What data structures does Redis support?
- Strings
- Hash table
- Lists
- Sets
- Sorted Sets
- Bitmaps
- Approximately accurate logs
- Geographical data with radius-based queries
In addition to the common data structures listed above, Redis also supports other data structures and functions such as publish/subscribe capabilities, transaction support, and executing Lua scripts.