- 30 Nov, 2010 3 commits
-
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
- 29 Nov, 2010 2 commits
- 21 Nov, 2010 4 commits
-
-
Pieter Noordhuis authored
-
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.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 12 Nov, 2010 1 commit
-
-
antirez authored
-
- 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 6 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
added noeviction policy to redis maxmemory. ZSCORE removed from the list of commands that can't be called when we are low on memory, this command was added in the past for a stupid error.
-
antirez authored
build redis-server at the end so have a more pleasing to see Make output and the advice to run the test suite at the end.
-
antirez authored
-
antirez authored
-
- 05 Nov, 2010 3 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
- 04 Nov, 2010 9 commits
-
-
antirez authored
-
antirez authored
-
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
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 7 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
Now it is possible to use quoted strings in the redis.conf file accordingly to the sdssplitargs() function capabilities.
-
- 02 Nov, 2010 4 commits
-
-
antirez authored
-
antirez authored
Do not update the LRU info on key lookup when we have a saving child. With this trivial change the additional memory used while saving with a background child in presence of many read operations is zero.
-
antirez authored
redis-cli in interactive mode now prints the time elapsed of the operation performed took more than half a second.
-