redis
https://github.com/redis/redis
C
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C not yet supported31 Subscribers
View all SubscribersAdd a CodeTriage badge to redis
Help out
- Issues
- Fix wrongly updating fsynced_reploff_pending when appendfsync=everysecond
- Optimize dictFind by leveraging key length functions to avoid redundant computations.
- [NEW]Reduce the gossip traffic of the cluster by an order of magnitude
- Don't send unnecessary PING to replicas
- Avoid redundant calls to sdslen(c->querybuf) in processMultibulkBuffer
- Memory Usage command LIST accuracy fix
- [BUG] Why does redis get benchmark work up to 12% slower on Ubuntu 24 than Ubuntu 20 ?
- Update xadd: Avoid allocating a new node when space is insufficient to store all elements but sufficient for values only, and fields match the master fields.
- [CRASH] why master reboot the slaves?
- AOF offset info
- Docs
- C not yet supported