- 12 Nov, 2009 6 commits
- 11 Nov, 2009 4 commits
- 10 Nov, 2009 4 commits
- 04 Nov, 2009 3 commits
- 03 Nov, 2009 5 commits
- 01 Nov, 2009 9 commits
- 31 Oct, 2009 2 commits
- 30 Oct, 2009 5 commits
- 29 Oct, 2009 2 commits
Minor TODO change with new expiring algorithm description. New expiring algorithm moved since it'll go in 1.1
redis-test is now a better Redis citizen, testing everything against DB 9 and 10 and only if this DBs are empty.
appendfsync parsing in config file fixed. If you benchmarked Redis against different appendfsync options is time to try again ;)
EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the past will now delete the key. It seems saner to me than doing nothing.