134
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "Change mmap rand bits as a temporary mitigation to resolve asan bug (#13150)" (#13266) More... 3 days ago
Fix test failure due to differing reply format of XREADGROUP under RESP3 in MULTI (#13255) More... 4 days ago
Add reverse history search in redis-cli (linenoise) (#12543) More... 8 days ago
XREADGROUP from PEL should not affect server.dirty (#13251) More... 12 days ago
Fix CI failure caused by PR #13231 (#13233) More... 23 days ago
Fix forget to update the dict's node in the kvstore's rehashing list after defragment (#13231) More... 24 days ago
Allocate Lua VM code with jemalloc instead of libc, and count it used memory (#13133) More... about 1 month ago
redis-cli - sendReadOnly() to work with Redis Cloud (#13195) More... about 1 month ago
Use usleep() instead of sched_yield() to yield cpu (#13183) More... about 1 month ago
Fix daylight race condition and some thread leaks (#13191) More... about 1 month ago
Change FLUSHALL/FLUSHDB SYNC to run as blocking ASYNC (#13167) More... about 2 months ago
kvstoreIteratorNext() wrongly reset iterator twice (#13178) More... about 2 months ago
Change license from BSD-3 to dual RSALv2+SSPLv1 (#13157) More... about 2 months ago
Fix dict use-after-free problem in kvs->rehashing (#13154) More... about 2 months ago
fix wrong data type conversion in zrangeResultBeginStore (#13148) More... about 2 months ago
Prevent lua error_reply abuse from causing errorstats to become larger (#13141) More... about 2 months ago
Avoid unnecessary dict shrink in zremrangeGenericCommand (#13143) More... 2 months ago
Fix dictionary use-after-free in active expire and make kvstore iter to respect EMPTY flag (#13135) More... 2 months ago
Add missing REDIS_STATIC in quicklist (#13147) More... 2 months ago
Change mmap rand bits as a temporary mitigation to resolve asan bug (#13150) More... 2 months ago
Makefile respect user's REDIS_CFLAGS and OPT (#13073) More... 2 months ago
Add KVSTORE_FREE_EMPTY_DICTS to cluster mode keys / expires kvstore (#13072) More... 2 months ago
Lua eval scripts first in first out LRU eviction (#13108) More... 2 months ago
Xread last entry in stream (#7388) (#13117) More... 2 months ago
Add API RedisModule_ClusterKeySlot and RedisModule_ClusterCanonicalKeyNameInSlot (#13069) More... 2 months ago
Enable accept4() on *BSD (#13104) More... 2 months ago
Fix redis-check-aof incorrectly considering data in manifest format as MP-AOF (#12958) More... 2 months ago
Pick random slot for a node to distribute operation across slots in redis-benchmark (#12986) More... 2 months ago
Fix conversion of numbers in lua args to redis args (#13115) More... 2 months ago
Change crc16 slot table to be fixed size character array instead of pointer to strings (#13112) More... 2 months ago