Redis
Properties of Redis database
Key-value based database
in-memory database
Installation
Accessing Redis database using Python
Loading different type of data
string, list, dictionary
Hashing the data (for fast retrieval)
How hashing is different from key-value pair?
Last updated
Was this helpful?