Go to file
2010-06-09 11:36:58 +02:00
client-libraries
design-documents Added more information about slave election in Redis Cluster alternative doc 2010-04-29 15:39:11 +02:00
doc html doc updated 2010-05-21 13:59:16 +02:00
tests generated tests for different encodings to avoid test code duplication 2010-06-04 17:05:54 +02:00
utils
.gitignore gitignore updated 2010-05-25 10:06:37 +02:00
adlist.c
adlist.h
ae_epoll.c
ae_kqueue.c
ae_select.c
ae.c
ae.h
anet.c
anet.h
BETATESTING.txt
BUGS
Changelog Changelog updated 2010-05-21 14:03:17 +02:00
config.h On Linux now fdatasync() is used insetad of fsync() in order to flush the AOF file kernel buffers 2010-05-02 15:05:34 +02:00
COPYING
dict.c
dict.h
fmacros.h compilation fix for mac os x 2010-05-02 15:08:06 +02:00
linenoise.c included fmacros.h in linenose.c to avoid compilation warnings on Linux 2010-05-02 15:11:05 +02:00
linenoise.h
lzf_c.c
lzf_d.c
lzf.h
lzfP.h
Makefile merge antirez/smallkeys 2010-06-04 10:10:50 +02:00
mkreleasehdr.sh fix compile error on solaris 2010-05-20 12:33:33 +02:00
pqsort.c
pqsort.h
README
redis-benchmark.c
redis-check-aof.c fixed compilation warnings in the AOF sanity check tool 2010-05-12 11:56:12 +02:00
redis-check-dump.c
redis-cli.c build command outside while loop 2010-05-26 18:22:05 +02:00
redis.c compute swappability for ziplist encoded lists 2010-06-07 21:53:21 +02:00
redis.conf redis.conf new features the new option, a minor typo preventing the compilation fixed 2010-05-28 10:48:04 +02:00
redis.h
sds.c long long to string conversion speedup applied in other places as well. Still the code has bugs, fixing right now... 2010-05-11 14:13:53 +02:00
sds.h long long to string conversion speedup applied in other places as well. Still the code has bugs, fixing right now... 2010-05-11 14:13:53 +02:00
sha1.c include solaris fixes in sha1.c 2010-05-21 09:33:47 +02:00
sha1.h DEBUG DIGEST implemented, in order to improve the ability to test persistence and replication consistency 2010-05-14 13:41:57 +02:00
solarisfixes.h fix compile error on solaris 2010-05-20 12:33:33 +02:00
staticsymbols.h renamed hash wrapper functions to match wrapper function naming convention: "<type>Type<func>" 2010-06-04 11:52:39 +02:00
TODO TODO updated with syslog plans for 2.2 2010-06-01 15:01:16 +02:00
ziplist.c remove pop function and the sds dependency; can be implemented using get+delete 2010-06-09 11:36:58 +02:00
ziplist.h remove pop function and the sds dependency; can be implemented using get+delete 2010-06-09 11:36:58 +02:00
zipmap.c partial revert of c80df5 because ziplist functions are starting to divert too much from zipmap functions 2010-05-29 21:10:16 +02:00
zipmap.h
zmalloc.c
zmalloc.h

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