137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed for HT resize check 32bits overflow More... over 16 years ago
Check for fork() failure in background saving More... over 16 years ago
fix for the LZF off-by-one bug added More... over 16 years ago
print bytes used at exit on SHUTDOWN More... over 16 years ago
SMOVE test added More... over 16 years ago
SMOVE command implemented More... over 16 years ago
less CPU usage in command parsing, case insensitive config directives More... over 16 years ago
GETSET command doc added More... over 16 years ago
GETSET tests More... over 16 years ago
GETSET implemented More... over 16 years ago
ability to specify a different file name for the DB More... over 16 years ago
log file parsing code improved a bit More... over 16 years ago
bgsave_in_progress field in INFO output More... over 16 years ago
INCRBY/DECRBY now support 64bit increments, with tests More... over 16 years ago
RANDOMKEY regression test added More... over 16 years ago
dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore More... over 16 years ago
FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by the number of elements removed, that will probably trigger a background saving operation More... over 16 years ago
forgot to comment testing code in PHP lib. Now it is ok More... over 16 years ago
PHP client ported to PHP5 and fixed More... over 16 years ago
doc update More... over 16 years ago
Non blocking replication (finally!). C-side linked lists API improved. More... over 16 years ago
SUNION, SUNIONSTORE, Initial work on non blocking replication More... over 16 years ago
Redis 0.091 released More... over 16 years ago
SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just like empty sets More... over 16 years ago
doc changes More... over 16 years ago
TODO changes, minor change to default redis.conf More... over 16 years ago
html doc updated More... over 16 years ago
library clients update scripts More... over 16 years ago
Ruby client updated More... over 16 years ago
Lua client updated More... over 16 years ago