Member-only story
The Underlying Data Structures of Redis Database
Salvatore Sanfilippo is the creator and primary developer of the Redis database.
Please support me if you feel that I contribute value to you!
Last 5 months, I get harder to achieve the earnings I want.
From the report of StackShare, 6423 companies use Redis.
- Uber
- Airbnb
- Shopify
- Udemy
- Robinhood
- Slack
Redis is actually a NoSQL database, and the data structure is stored in the form of key-value. It is written in C language and provides APIs in multiple languages. Its data types are very rich.
Data types (The top-level data structure)