Go to file
2009-10-07 13:30:15 +02:00
client-libraries Ruby client lib updated to the latest git version 2009-09-02 10:37:32 +02:00
doc QuickStart added 2009-09-02 10:29:58 +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
adlist.c
adlist.h
ae.c
ae.h
anet.c Python client updated pushing from Ludo's repository 2009-05-11 13:50:09 +02:00
anet.h
benchmark.c benchmark now outputs the right command line to shorten the TIME_WAIT interval on Mac OS X when keep alive is set 2009-10-03 10:54:27 +02:00
BETATESTING.txt Redis 1.0.0 release 2009-09-03 10:38:15 +02:00
BUGS
Changelog Issue 69 fixed. Object integer encoding now works with replication and MONITORing again. 2009-10-02 10:23:25 +02:00
config.h fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH access to Snow Leopard box 2009-07-24 14:32:58 +02:00
COPYING
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
lzf_c.c
lzf_d.c
lzf.h
lzfP.h
Makefile in-memory specialized object encoding (for now 32 signed integers only) 2009-09-10 17:45:30 +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
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 initial multi-bulk query protocol, this will allow MSET and other interesting features. 2009-10-07 13:30:15 +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 Issue 69 fixed. Object integer encoding now works with replication and MONITORing again. 2009-10-02 10:23:25 +02:00
sds.h Issue 69 fixed. Object integer encoding now works with replication and MONITORing again. 2009-10-02 10:23:25 +02:00
test-redis.tcl LREM fixed, used to crash since the new object integer encoding is on the stage 2009-09-18 20:31:47 +02:00
TODO Latest doc changes for 1.0 2009-09-03 10:42:47 +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

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