// DATABASE

Redis
Redis is an in-memory database that persists on disk
Redis is an open source database project written in C, with 74,212 stars and 23,800 forks on GitHub. It is licensed under NOASSERTION and falls in the Database category. Key topics: cache, key-value, nosql, in-memory.
// FACTS
- Stars
- 74.2k
- Forks
- 23.8k
- Open issues
- 2.8k
- Language
- C
- License
- NOASSERTION
- Category
- Database
- Added
- 10d ago
- Updated
- 9d ago
// ABOUT
Redis is an in-memory data structure store used as a database, cache, message broker, and streaming engine. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and pub/sub messaging.
// TOPICS
CACHEKEY-VALUENOSQLIN-MEMORY
// REVIEWS [000]
No reviews yet — be the first.
$ WRITE A REVIEW
// COMMENTS [000]
No comments yet.
$ ADD A COMMENT