InterviewSolution
Saved Bookmarks
| 1. |
What Is Redis-cli? |
|
Answer» Redis-cli is the Redis command line INTERFACE, a simple program that allows SENDING commands to Redis, and READ the REPLIES sent by the server, directly from the TERMINAL. Redis-cli is the Redis command line interface, a simple program that allows sending commands to Redis, and read the replies sent by the server, directly from the terminal. |
|