137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
command postprocessing implemented into RubyRedis More... over 16 years ago
Automagically reconnection of RubyRedis More... over 16 years ago
RubyRedis: Array alike operators implemented More... over 16 years ago
random testing code removed More... over 16 years ago
RubyRedis DB selection forced at object creation More... over 16 years ago
Initial version of an alternative Ruby client added More... over 16 years ago
SDIFF / SDIFFSTORE added to doc More... over 16 years ago
Aman Gupta changes merged More... over 16 years ago
Merge git://github.com/tmm1/redis More... over 16 years ago
Allow timeout=0 config to disable client timeouts More... over 16 years ago
Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux. More... over 16 years ago
psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested More... over 16 years ago
Fix SINTER/UNIONSTORE to allow for &=/|= style operations (i.e. SINTERSTORE set1 set1 set2) More... over 16 years ago
Optimize SDIFF to return as soon as the result set is empty More... over 16 years ago
SDIFF/SDIFFSTORE implemnted unifying it with the implementation of SUNION/SUNIONSTORE More... over 16 years ago
timestamp in log lines More... over 16 years ago
Python client updated pushing from Ludo's repository More... over 16 years ago
disconnect when we cannot read from the socket
ludoo
as Ludovico Magnocavallo
More... over 16 years ago
benchmark utility now supports random keys More... over 16 years ago
minor doc changes More... over 16 years ago
added tests for vararg DEL More... over 16 years ago
DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code More... over 16 years ago
doc changes More... over 16 years ago
CPP client added thanks to Brian Hammond More... over 16 years ago
Infinite number of arguments for MGET and all the other commands More... over 16 years ago
Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don't resize the hash tables while the child process is saving in order to avoid copy-on-write of memory pages More... over 16 years ago
zmalloc fix, return NULL or real malloc failure More... over 16 years ago
more fixes for dict.c and the 150 million keys limit More... over 16 years ago
dict.c modified to be able to handle more than 150,000,000 keys More... over 16 years ago
fuzz stresser implemented in redis-test More... over 16 years ago