Go to file
2009-07-05 12:56:59 +02:00
client-libraries update-ruby-client script already points to ezmobius repo 2009-06-16 16:46:33 +02:00
doc SPOP documented 2009-06-14 23:22:09 +02:00
utils added utils/redis-copy.rb, a script that is able to copy data from one Redis server to another one on the fly. 2009-07-05 12:56:59 +02:00
.gitignore Lua client added thanks to Daniele Alessandri 2009-03-26 17:23:51 +01:00
adlist.c Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02:00
adlist.h Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02:00
ae.c first commit 2009-03-22 10:30:00 +01:00
ae.h first commit 2009-03-22 10:30:00 +01:00
anet.c Python client updated pushing from Ludo's repository 2009-05-11 13:50:09 +02:00
anet.h ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
benchmark.c Kill the background saving process before performing SHUTDOWN to avoid races 2009-06-05 22:52:30 +02:00
BETATESTING.txt first commit 2009-03-22 10:30:00 +01:00
BUGS first commit 2009-03-22 10:30:00 +01:00
Changelog Redis version modified to 0.900 2009-06-16 17:33:58 +02:00
config.h some minor changes to the backtrace code 2009-06-07 20:22:43 +02:00
COPYING first commit 2009-03-22 10:30:00 +01:00
dict.c more fixes for dict.c and the 150 million keys limit 2009-04-30 20:08:43 +02:00
dict.h SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. 2009-06-08 23:51:35 +02:00
fmacros.h feature macros defined to play well with C99 2009-03-27 22:01:04 +01:00
lzf_c.c new LZF files added 2009-04-02 10:00:49 +02:00
lzf_d.c new LZF files added 2009-04-02 10:00:49 +02:00
lzf.h new LZF files added 2009-04-02 10:00:49 +02:00
lzfP.h LZF configured to initalize the HT in order to be determinsitic and play well with valgrind 2009-04-02 23:00:27 +02:00
Makefile Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability 2009-06-07 14:00:31 +02:00
pqsort.c __P completely removed from pqsort.c/h 2009-05-28 18:31:02 +02:00
pqsort.h another minor fix for Solaris boxes 2009-05-28 18:28:55 +02:00
README first commit 2009-03-22 10:30:00 +01:00
redis-cli.c SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. 2009-06-08 23:51:35 +02:00
redis.c Applied three different patches thanks to Chris Lamb, one to fix compilation and get the IP register value on Linux IA64 and other systems. One in order to log the overcommit problem on the logs instead of the standard output when Redis is demonized. The latest in order to suggest a more consistent way in order to switch to 1 the memory overcommit Linux feature. 2009-07-04 15:43:57 +02:00
redis.conf shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on 2009-06-03 16:01:32 +02:00
redis.h initial commit print stack trace 2009-06-04 17:20:14 +00:00
sds.c Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability 2009-06-07 14:00:31 +02:00
sds.h now Redis is C99-ok 2009-03-27 21:37:57 +01:00
test-redis.tcl SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. 2009-06-08 23:51:35 +02:00
TODO Redis release candidate 1 2009-06-16 16:42:53 +02:00
zmalloc.c added config.h for #ifdef business isolation, added fstat64 for Mac OS X 2009-06-05 10:50:51 +02:00
zmalloc.h another missing free->zfree replacement fixed. Thanks to Ludo 2009-03-23 14:50:09 +01:00

Check the 'doc' directory. doc/README.html is a good starting point :)