February 2018
Intermediate to advanced
382 pages
11h 33m
English
The preceding examples are quite self-explanatory. You can easily use the output of bin/redis-cli as the input of another script for further processing and vice versa.
One thing you should notice is that, with the --pipe option, you have to convert the command files to the DOS format. That's because bin/redis-cli can only accept the command in the format of raw Redis protocol when the pipeline feature is enabled. For the details of Redis protocol, you can refer to the Understanding Redis protocol recipe in Chapter 1, Getting Started with Redis.
Read now
Unlock full access