Return a random key from the currently selected database.
RANDOMKEY
Returns a random key name from the database.
Replies
RESP2
One of the following:
- Nil reply: when the database is empty.
- Bulk string reply: a random key in the database.
RESP3
One of the following:
- Null reply: when the database is empty.
- Bulk string reply: a random key in the database.