Embed presentation
Downloaded 181 times














Redis is an in-memory database that supports key-value, hash, list, and set data structures. It can backup data to disk using RDB snapshots or AOF file appends. Redis supports master-slave replication where the master dumps data to slaves. It has high performance for common use cases like caches but has higher memory usage than databases. It can be used for caching, queues, and more.












