137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fpurge call removed from redis-cli More... almost 16 years ago
ZRANK stress tester More... almost 16 years ago
use less memory as element->span[0] will always be 1; any level 0 skip list is essentially a linked list More... almost 16 years ago
rank is very unlikely to overflow integer range More... almost 16 years ago
x->backward never equals zsl->header More... almost 16 years ago
initial implementation for augmented zsets and the zrank command More... almost 16 years ago
zipampDel() implemented More... almost 16 years ago
added quit and exit commands to redis-cli in order to quit the interactive mode More... almost 16 years ago
Merge remote branch 'djanowski/interactive' More... almost 16 years ago
Add support for MULTI/EXEC. More... almost 16 years ago
Remove trailing newline in interactive mode. More... almost 16 years ago
minor fix for a Linux warning More... almost 16 years ago
Add interactive mode to redis-cli. More... almost 16 years ago
Better to increment the version minor number when a VM bug is fixed... it will be simpler to understand what's going on when users will report problems with the INFO trace. More... almost 16 years ago
Fixed a subtle VM bug... was not flushing the buffer so the child process read truncated data More... almost 16 years ago
KEYS now returns a multi bulk reply More... almost 16 years ago
Swappability bug due to a typo fixed thanks to code review by Felix Geisendörfer @felixge More... almost 16 years ago
minor fixes for zipmap.c More... almost 16 years ago
Add DISCARD command to discard queued MULTI commands. More... almost 16 years ago
first zipmap fix of a long sequence in the days to come ;) More... almost 16 years ago
initial zipmap.c implementation More... almost 16 years ago
Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the queue) More... almost 16 years ago
Fixed 32bit make target to work on Linux out of the box More... almost 16 years ago
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. More... almost 16 years ago
Saner VM defaults for redis.conf More... almost 16 years ago
VM now is able to block clients on swapped keys for all the commands More... almost 16 years ago
ZCOUNT and ZRANGEBYSCORE new tests More... almost 16 years ago
ZRANGEBYSCORE now supports open intervals, prefixing double values with a open paren. Added ZCOUNT that can count the elements inside an interval of scores, this supports open intervals too More... almost 16 years ago
WITHSCORES in ZRANGEBYSCORE thanks to Sam Hendley More... almost 16 years ago
Added "withscores" option to zrangebyscore command. Based on withscores support in zrange function, ugliest part was the argument parsing to handle using it with the limit option. More... almost 16 years ago