137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add reads/writes metrics for IO threads (#13703) More... 11 months ago
Fix index error of CRLF when replying with integer-encoded strings (#13711) More... 11 months ago
Do security attack check only when command not found to reduce the critical path (#13702) More... 11 months ago
Check length before reading in `stringmatchlen` (#13690) More... 11 months ago
Offload `lookupCommand` into IO threads when threaded IO is enabled (#13696) More... 11 months ago
Async IO Threads (#13695) More... 11 months ago
Optimize dict `no_value` also for even addresses (#13683) More... 11 months ago
Avoid importing memory aligned malloc (#13693) More... 11 months ago
Fix bug in PFMERGE command (#13672) More... 11 months ago
Fix LUA garbage collector (CVE-2024-46981) More... 11 months ago
Fix Read/Write key pattern selector (CVE-2024-51741) More... 11 months ago
Avoid unnecessary hfield Creation/Deletion on updates in hashTypeSet. HSET updates improvement of ~10% (#13655) More... 11 months ago
modules API: Add test for ACL check of empty prefix (#13678) More... 12 months ago
Modules API: new HashFieldMinExpire(). Add flag REDISMODULE_HASH_EXPIRE_TIME to HashGet(). (#13676) More... 12 months ago
Improve listpack Handling and Decoding Efficiency: 16.3% improvement on LRANGE command (#13652) More... 12 months ago
Optimize dictFind with prefetching and branch prediction hints (#13646) More... 12 months ago
Do not call _dictClear()'s callback for the first 65k items (#13674) More... 12 months ago
Modules API: Add RedisModule_ACLCheckKeyPrefixPermissions (#13666) More... 12 months ago
Deprecate ubuntu lunar and macos-12 in workflows (#13669) More... 12 months ago
Optimize addReplyBulk on sds/int encoded strings: 2.2% to 4% reduction of CPU Time on GET high pipeline use-cases (#13644) More... 12 months ago
Fix typo in redis.conf (#12634)
Ali
More... 12 months ago
Fix memory leak of jemalloc tcache on function flush command (#13661) More... 12 months ago
modules API: Support register unprefixed config parameters (#13656) More... 12 months ago
Add Lua VM memory to memory overhead, now that it's part of zmalloc (#13660) More... 12 months ago
Fix module loadex command crash due to invalid config (#13653) More... 12 months ago
Reuse c->argv after command execution to reduce memory allocation overhead (#13521) More... about 1 year ago
CRC64 perf improvements (#13638) More... about 1 year ago
Print command tokens on a crash when hide-user-data-from-log is enabled (#13639) More... about 1 year ago
Optimize PFCOUNT, PFMERGE command by SIMD acceleration (#13558) More... about 1 year ago
Update old links for modules-api-ref.md (#13479) More... about 1 year ago