Go to file
2010-01-07 16:51:58 -05:00
client-libraries
design-documents
doc html doc readded 2009-12-23 11:15:07 -05:00
utils
.gitignore
adlist.c
adlist.h
ae_epoll.c
ae_kqueue.c
ae_select.c
ae.c
ae.h
anet.c
anet.h
benchmark.c
BETATESTING.txt
BUGS
Changelog
config.h
COPYING
dict.c
dict.h
fmacros.h added the fmacros to enable support for fseeko() lseeko() with 64bit off_t 2010-01-07 15:49:00 -05:00
lzf_c.c
lzf_d.c
lzf.h
lzfP.h LZF compression re-enabled by default, but with INIT_HTAB set to 0 to avoid the very costly memset initialization. Note that with this option set valgrind will output some false positive about lzf_c.c 2009-12-16 15:48:57 -05:00
Makefile
pqsort.c
pqsort.h
README
redis-cli.c New vararg BLPOP able to block against multiple keys 2010-01-02 09:06:44 -05:00
redis.c Now DEBUG OBJECT plays well with swapped out objects 2010-01-07 16:51:58 -05:00
redis.conf vm-enabled set to no by default in redis.conf 2010-01-06 21:05:03 -05:00
redis.h
redis.tcl
sds.c Fixed sds.c bug #124 2009-12-18 05:26:11 -05:00
sds.h added sdstoupper() declaration in sds.h 2009-12-18 05:30:54 -05:00
solarisfixes.h
staticsymbols.h basic VM mostly working! 2010-01-05 12:46:59 -05:00
test-redis.tcl not yet working BLPOP implementation 2009-12-29 14:59:40 -05:00
TODO added process id information in INFO 2010-01-07 08:56:57 -05:00
zmalloc.c
zmalloc.h

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