Redis provides the output of all commands in?
Answers
Answered by
1
Redis is a TCP server and supports request/response protocol. In Redis, a request is accomplished with the following steps −
The client sends a query to the server, and reads from the socket, usually in a blocking way, for the server response.
The server processes the command and sends the response back to the client.
i hope help you
The client sends a query to the server, and reads from the socket, usually in a blocking way, for the server response.
The server processes the command and sends the response back to the client.
i hope help you
Answered by
4
In this example, we will submit multiple commands to Redis once and Redis will provide the output of all commands in a single step.
Hope it's help you.
Rahul Aryan
Hope it's help you.
Rahul Aryan
Similar questions
History,
6 months ago
Math,
6 months ago
Computer Science,
1 year ago
English,
1 year ago
Math,
1 year ago