gnuhpc / Redis-4.x-Cookbook

Code files for Redis 4.x Cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis-4.x-Cookbook

Code files for Redis 4.x Cookbook This is the code repository for Redis 4.x Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Redis is considered the world's most popular key-value store database. Its versatility and the wide variety of use cases it enables have made it a popular choice of database for many enterprises. Based on the latest version of Redis, this book provides both step-by-step recipes and relevant the background information required to utilize its features to the fullest. It covers everything from a basic understanding of Redis data types to advanced aspects of Redis high availability, clustering, administration, and troubleshooting. This book will be your great companion to master all aspects of Redis.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

for i in `seq 10`
do
nohup node generator.js hash 1000000 session:${i} &
done

All the examples in this book are to be run on Redis 4.x. A Linux environment is preferred, while macOS X is also supported. If you are using Windows, it is recommended to install and run a Linux OS in VirtualBox or VMWare. You also need JDK 1.8+ and Python 2.7+ or 3.4+ to run the code examples.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Code files for Redis 4.x Cookbook

License:MIT License


Languages

Language:Java 39.4%Language:Shell 24.2%Language:C 12.4%Language:Batchfile 8.0%Language:Python 5.3%Language:CMake 5.2%Language:Lua 3.0%Language:Scala 2.4%