134
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allocate Lua VM code with jemalloc instead of libc, and count it used memory (#13133) More... 3 days ago
redis-cli - sendReadOnly() to work with Redis Cloud (#13195) More... 11 days ago
Use usleep() instead of sched_yield() to yield cpu (#13183) More... 12 days ago
Fix daylight race condition and some thread leaks (#13191) More... 15 days ago
Change FLUSHALL/FLUSHDB SYNC to run as blocking ASYNC (#13167) More... 17 days ago
kvstoreIteratorNext() wrongly reset iterator twice (#13178) More... 18 days ago
Change license from BSD-3 to dual RSALv2+SSPLv1 (#13157) More... 30 days ago
Fix dict use-after-free problem in kvs->rehashing (#13154) More... 30 days ago
fix wrong data type conversion in zrangeResultBeginStore (#13148) More... about 1 month ago
Prevent lua error_reply abuse from causing errorstats to become larger (#13141) More... about 1 month ago
Avoid unnecessary dict shrink in zremrangeGenericCommand (#13143) More... about 1 month ago
Fix dictionary use-after-free in active expire and make kvstore iter to respect EMPTY flag (#13135) More... about 1 month ago
Add missing REDIS_STATIC in quicklist (#13147) More... about 1 month ago
Change mmap rand bits as a temporary mitigation to resolve asan bug (#13150) More... about 1 month ago
Makefile respect user's REDIS_CFLAGS and OPT (#13073) More... about 1 month ago
Add KVSTORE_FREE_EMPTY_DICTS to cluster mode keys / expires kvstore (#13072) More... about 1 month ago
Lua eval scripts first in first out LRU eviction (#13108) More... about 1 month ago
Xread last entry in stream (#7388) (#13117) More... about 1 month ago
Add API RedisModule_ClusterKeySlot and RedisModule_ClusterCanonicalKeyNameInSlot (#13069) More... about 1 month ago
Enable accept4() on *BSD (#13104) More... about 1 month ago
Fix redis-check-aof incorrectly considering data in manifest format as MP-AOF (#12958) More... about 1 month ago
Pick random slot for a node to distribute operation across slots in redis-benchmark (#12986) More... about 1 month ago
Fix conversion of numbers in lua args to redis args (#13115) More... about 1 month ago
Change crc16 slot table to be fixed size character array instead of pointer to strings (#13112) More... about 1 month ago
Check user's oom_score_adj write permission for oom-score-adj test (#13111) More... about 1 month ago
Fix PONG message processing for primary-ship tracking during failovers (#13055) More... about 2 months ago
Implement defragmentation for pubsub kvstore (#13058) More... about 2 months ago
Call finalizerProc when free the aeTimeEvent in ae (#13101) More... about 2 months ago
Fix reply schemas validator build issue due to new regular expression (#13103) More... about 2 months ago
redis-cli fixes around help hints version filtering (#13097) More... about 2 months ago