Home »
MCQs »
Redis MCQs
Which of the following commands closes a given client connection?
45. Which of the following commands closes a given client connection?
- CLIENT CLOSE
- CLOSE
- CLIENT QUIT
- CLIENT KILL
Answer: D) CLIENT KILL
Explanation:
With the help of CLIENT KILL command the client connection is closed.