Go to file
antirez bb975144e4 Fix for skiplists backward link 2009-10-26 16:43:56 +01:00
client-libraries ZREM implemented 2009-10-26 12:04:42 +01: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
BETATESTING.txt Redis 1.0.0 release 2009-09-03 10:38:15 +02:00
BUGS
COPYING
Changelog version incremented to 1.050 to distinguish from 1.001 stable and next stable versions with minor fixes 2009-10-22 16:15:26 +02:00
Makefile Merged Solaris patches provided by Alan Harder 2009-10-26 16:25:07 +01:00
README
TODO TODO updated 2009-10-26 12:26:30 +01:00
adlist.c
adlist.h
ae.c
ae.h
anet.c
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
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
dict.c
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.h
lzfP.h
lzf_c.c
lzf_d.c
pqsort.c Merged Solaris patches provided by Alan Harder 2009-10-26 16:25:07 +01:00
pqsort.h
redis-cli.c backward support to skiplists for ZREVRANGE, still broken, committing since I've to merge the Solaris patches 2009-10-26 16:14:49 +01:00
redis.c Fix for skiplists backward link 2009-10-26 16:43:56 +01:00
redis.conf
redis.h
sds.c undoed all the sds hacking that lead just to random bugs and no memory saving ;) 2009-10-07 17:34:00 +02:00
sds.h undoed all the sds hacking that lead just to random bugs and no memory saving ;) 2009-10-07 17:34:00 +02:00
test-redis.tcl Imporant bug leading to data corruption fixed (NOT affecting stable distribution), Tcl client lib MSET/MSETNX implementation fixed, Added new tests for MSET and MSETNX in test-redis.tcl 2009-10-20 11:39:20 +02:00
zmalloc.c initial skiplist implementation. Most memory checks removed and zmalloc() modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions. 2009-10-23 20:33:25 +02:00
zmalloc.h

README

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