Slide 24
Slide 24 text
Redis - Key-Value Store
“Redis is an open source, in-memory Data Structure Store, used as a database,
a caching layer or a message broker.” - Redis website
● Extremely fast
● Strings or list storage
● Persistence instead of memory
● Replication
● Multiple language clients
● Supports transactions but no rollback
Use cases: Cache systems, Queue, recent listing etc.