What is Redis primarily used for?
What data structure does Redis use for key-value pairs?
Which command sets a string value in Redis?
Which command retrieves a value by key in Redis?
Which command deletes a key in Redis?
Which command appends a value to a string?
What does the EXPIRE command do?
Which command returns the number of elements in a set?
What does Redis WATCH command do?
Which command starts a transaction block?
What does Redis Sentinel primarily provide?
Which command adds a message to a stream?
In Redis Cluster, how many hash slots are there?
Which command reads messages from a stream for a consumer group?
What is the purpose of Lua scripting in Redis?