Home »
MCQs »
Redis MCQs
On which of the following protocols does the Redis server run?
46. On which of the following protocols does the Redis server run?
- RESP (Redis Serialization Protocol)
- User Datagram Protocol (UDP)
- Post office Protocol (POP)
Answer: A) RESP (Redis Serialization Protocol)
Explanation:
Clients in Redis basically use RESP (Redis Serialization Protocol) to communicate with servers.