137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
a new default redis.conf More... almost 16 years ago
VM stats in INFO command More... almost 16 years ago
Introduced a new log verbosity level, so now DEBUG is really for debugging. Refactored a bit maxmemory. When virtual memory is short in RAM free the objects freelist as well as swapping things out. More... almost 16 years ago
fixed a bug in bgsave when VM is off but still it was testing for obj->storage field More... almost 16 years ago
converted a few calls to assert() => redisAssert() to print stack trace More... almost 16 years ago
BGREWRITEAOF now works with swapping on More... almost 16 years ago
A first fix for SET key overwrite More... almost 16 years ago
SAVE now works with VM More... almost 16 years ago
swapping algorithm a bit more aggressive under low memory More... almost 16 years ago
basic VM mostly working! More... almost 16 years ago
New object field (one of the unused bytes) to hold the type of the swapped out value object in key objects More... almost 16 years ago
VM internals bugfixes, set 1 More... almost 16 years ago
load key from swap on key lookup More... almost 16 years ago
more object-level VM primitives More... almost 16 years ago
Redis objects swapping / loading More... almost 16 years ago
rdbLoadObject() as a separated function to load objects from disk. Dropped support for RDB version 0, I guess no longer has this legacy DBs around More... almost 16 years ago
VM low level pages handling More... almost 16 years ago
vm swap file creation, and some basic configuration More... almost 16 years ago
version marked 1.3.2 More... almost 16 years ago
saving code refactored a bit, added a function returning the number of bytes an object will use on disk More... almost 16 years ago
Now the PUSH side of RPOPLPUSH is able to unblock clients blocked on BLPOP More... almost 16 years ago
Version is now 1.3.1 More... almost 16 years ago
New vararg BLPOP able to block against multiple keys More... almost 16 years ago
fixed a problem with BLPOP timeout of zero, now it blocks forever More... almost 16 years ago
BLPOP timeouts implemented More... almost 16 years ago
first working implementation of BLPOP and BRPOP, still everything is to test well More... almost 16 years ago
a few more fixes, still broken More... almost 16 years ago
First fix, still broken More... almost 16 years ago
minor fix for Linux 64 bit More... almost 16 years ago
not yet working BLPOP implementation More... almost 16 years ago