From 25434624d3b6c63da1eb28f7b6ecd171becf11c6 Mon Sep 17 00:00:00 2001 From: Indra Hertanto <51868870+ihertanto@users.noreply.github.com> Date: Sat, 16 Oct 2021 06:35:48 +0700 Subject: [PATCH] Add Redis Books (#6237) * Add Redis Books * Ammend PR comment - remove redis for dummies --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 72f93eb0..4513f7cf 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1583,6 +1583,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Graph Databases](http://graphdatabases.com) * [How To Manage a Redis Database](https://www.digitalocean.com/community/books/how-to-manage-a-redis-database-ebook) - Mark Drake (PDF, EPUB) * [NoSQL Databases](http://www.christof-strauch.de/nosqldbs.pdf) - Christof Strauch (PDF) +* [Redis in Action](https://redis.com/ebook/redis-in-action/) - Josiah L. Carlson * [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/) - K. Seguin (PDF, Epub) -- GitLab