- 14 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
SUBSTR is renamed to GETRANGE to have better consistency between command names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
-
Pieter Noordhuis authored
-
- 09 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
Now the rdbSave* functions return the number of bytes written (or required to write) in serializing a Redis object, writing to /dev/null and using ftell (which doesn't work on FreeBSD) isn't needed anymore.
-
- 11 Nov, 2010 1 commit
-
-
antirez authored
volatile-lru maxmemory policy segfault fixed, thanks to Anthony Lauzon for reporting the problem with the patch. Original patch modified a bit in order to avoid the double lookup if the policy is allkeys-lru
-
- 08 Nov, 2010 2 commits
- 04 Nov, 2010 5 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
first attempt to non blocking implementation of slave replication and SYNC bulk data download. Never compiled so far...
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 2 commits
- 02 Nov, 2010 6 commits
-
-
antirez authored
-
antirez authored
Now maxmemory, VM, and everything else uses the fast RSS memory used estimation instead of raw memory reported by zmalloc(). This means that setting maxmemory to 2GB will really have the effect of using up to 2GB of memory.
-
antirez authored
Function to compute RSS memory usage in a fast way, suitable to be called inside keys eviction loops
-
antirez authored
-
- 28 Oct, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 22 Oct, 2010 2 commits
-
-
antirez authored
Make sure to reset the signal handler and deliver again the original crashing signal when dumping the stack trace. This will allow to dump the core if core dumping is enabled.
-
Robey Pointer authored
-
- 21 Oct, 2010 1 commit
-
-
antirez authored
-
- 17 Oct, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 15 Oct, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
- 14 Oct, 2010 2 commits
- 13 Oct, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 11 Oct, 2010 1 commit
-
-
antirez authored
maxmemory fixed, we now try to release memory just before we check for the memory limit. Before fixing there was code between the attempt to free memory and the check for memory limits, and this code could result into allocations going again after the memory limit.
-
- 16 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-