summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* More threaded I/O VM work + Redis init scriptantirez2010-01-111-0/+36
|
* Two important fixes to append only file: zero length values and expires. A ↵antirez2009-12-151-2/+3
| | | | pretty neat new test to check consistency of randomly build datasets against snapshotting and AOF.
* some change to redis-sha1.rb utility to make it more robust against ↵antirez2009-12-111-4/+18
| | | | non-meaningful changes in the dataset
* redis-sha1.rb utility updatedantirez2009-12-101-0/+2
|
* Tcl script, make target, and redis.c changes to build the static symbol ↵antirez2009-11-101-0/+22
| | | | table automagically
* added utils/redis-copy.rb, a script that is able to copy data from one Redis ↵antirez2009-07-051-0/+80
| | | | server to another one on the fly.
* CPP client added thanks to Brian Hammondantirez2009-05-091-2/+2
|
* Non blocking replication (finally!). C-side linked lists API improved.antirez2009-04-201-1/+4
|
* redis-sha1 utility addedantirez2009-03-281-0/+32