0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Dec 10, 2023 — Dec 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
timeout support and Redis-rb compatibility aliases implemented in RubyRedis More... about 16 years ago
RubyRedis info postprocessor rewritten in a more functional way More... about 16 years ago
dead code removed from RubyRedis More... about 16 years ago
command postprocessing implemented into RubyRedis More... about 16 years ago
Automagically reconnection of RubyRedis More... about 16 years ago
RubyRedis: Array alike operators implemented More... about 16 years ago
random testing code removed More... about 16 years ago
RubyRedis DB selection forced at object creation More... about 16 years ago
Initial version of an alternative Ruby client added More... about 16 years ago
SDIFF / SDIFFSTORE added to doc More... about 16 years ago
Aman Gupta changes merged More... about 16 years ago
Merge git://github.com/tmm1/redis More... about 16 years ago
Allow timeout=0 config to disable client timeouts More... about 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... about 16 years ago
psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested More... about 16 years ago
Fix SINTER/UNIONSTORE to allow for &=/|= style operations (i.e. SINTERSTORE set1 set1 set2) More... about 16 years ago
Optimize SDIFF to return as soon as the result set is empty More... about 16 years ago
SDIFF/SDIFFSTORE implemnted unifying it with the implementation of SUNION/SUNIONSTORE More... about 16 years ago
timestamp in log lines More... about 16 years ago
Python client updated pushing from Ludo's repository More... about 16 years ago
disconnect when we cannot read from the socket More... about 16 years ago
benchmark utility now supports random keys More... about 16 years ago
minor doc changes More... about 16 years ago
added tests for vararg DEL More... about 16 years ago
DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code More... about 16 years ago
doc changes More... about 16 years ago
CPP client added thanks to Brian Hammond More... about 16 years ago
Infinite number of arguments for MGET and all the other commands More... about 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... about 16 years ago
zmalloc fix, return NULL or real malloc failure More... about 16 years ago