Less than 10 submissions
This set of questions covers the basic data structures available in Redis.
Practice these questions and get feedbacks! It will help you improve your answer.
Ads section
1. How do you create a Redis string?
2. What is the time complexity of the GET command in Redis?
3. How do you create a Redis list?
4. What is the difference between a Redis list and a Redis set?
5. What is the difference between a Redis set and a sorted set?
6. What is the difference between a Redis string and a Redis list?
7. What is the difference between a Redis sorted set and a Redis set?
8. What is the difference between a Redis string and a Redis hash?
9. What is the time complexity of the ZRANGE command in Redis?
10. How do you create a Redis string?
11. What is the time complexity of the SET command in Redis?
12. How do you create a Redis sorted set?
13. What is the difference between a Redis hash and a Redis set?
14. What is the time complexity of the LPUSH command in Redis?
15. How do you create a Redis list?
16. What is the time complexity of the HGET command in Redis?
17. How do you create a Redis hash?
18. What is the time complexity of the SADD command in Redis?
19. How do you create a Redis set?
20. What is the difference between a Redis hash and a sorted set?
21. What is the time complexity of the GET command in Redis?