0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Dec 10, 2023 — Dec 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new units for bytes specification More... about 15 years ago
Now in redis.conf it is possible to specify units where appropriate instead of amounts of bytes, like 2Gi or 4M and so forth More... about 15 years ago
binary safe keys ready implementation of RANDOMKEYS More... about 15 years ago
Now that's the right 1.3.10 More... about 15 years ago
Revert "fsync always now uses O_DIRECT on Linux" More... about 15 years ago
Revert "define __USE_GNU to get O_DIRECT" More... about 15 years ago
Merge branch 'master' of github.com:antirez/redis More... about 15 years ago
Revert "version 1.3.10" More... about 15 years ago
version 1.3.10 More... about 15 years ago
define __USE_GNU to get O_DIRECT More... about 15 years ago
fsync always now uses O_DIRECT on Linux More... about 15 years ago
More precise memory used guesswork in zmalloc.c More... about 15 years ago
Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MULTI/..writing operations../EXEC. Ok for slaves but more work needed for the AOF as it should be a write-all-or-nothing business More... about 15 years ago
running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4 More... about 15 years ago
Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4 More... about 15 years ago
Fix for a SORT bug introduced with commit 16fa22f1, regression test added More... about 15 years ago
Guru mediation -> meditation More... about 15 years ago
Merge branch 'hash' of git://github.com/pietern/redis More... about 15 years ago
redisAssert(0) => redisPanic("something meaningful") More... about 15 years ago
make sure that the resulting value in hincrby is encoded when possible More... about 15 years ago
increment dirty counter after hmset More... about 15 years ago
strip tryObjectEncoding from hashSet, to enable the arguments being encoded in-place More... about 15 years ago
Added support for Guru Mediation, and raising a guru mediation if refCount <= 0 but decrRefCount is called against such an object More... about 15 years ago
fix small error and memory leaks in SORT More... about 15 years ago
SORT/GET test added More... about 15 years ago
Added tests for GET/BY against hashes fields More... about 15 years ago
Merge branch 'hash-refactor' of git://github.com/pietern/redis More... about 15 years ago
check eptr inline More... about 15 years ago
refactor code that retrieves value from object or replies to client More... about 15 years ago
check object type in lookupKeyByPattern More... about 15 years ago