February 2018
Intermediate to advanced
382 pages
11h 33m
English
You need to finish the installation of the Redis Server, as we described in the Downloading and installing Redis recipe in Chapter 1, Getting Started with Redis, and connect to the Redis Server by redis-cli.
In order to show the keys operation clearly, we first populate some fake data into Redis using fake2db, with the following steps:
$ sudo pip install redis fake2db Flush all the data of the Redis server: $ bin/redis-cli flushall
$ fake2db --rows 10000 --db redis 2017-09-17 16:44:39,393 gnuhpc Rows argument : 10000 2017-09-17 16:44:46,808 gnuhpc simple_registration Commits are successful after write job! 2017-09-17 16:45:10,151 ...
Read now
Unlock full access