Go to file
2010-03-08 21:27:26 +01:00
client-libraries client-libraries directory readded 2009-11-03 12:05:13 +01:00
design-documents virtual memory design doc typos 2009-12-01 01:52:32 +01:00
doc html doc readded 2009-12-23 11:15:07 -05:00
utils More threaded I/O VM work + Redis init script 2010-01-11 05:15:54 -05:00
.gitignore ZSets double to string serialization fixed 2009-11-03 14:36:38 +01:00
adlist.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
adlist.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
ae_epoll.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
ae_kqueue.c ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c modified in order to report the multiplexing API in use 2009-11-28 17:06:28 +01:00
ae_select.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
ae.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
ae.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
anet.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
anet.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
BETATESTING.txt Redis 1.0.0 release 2009-09-03 10:38:15 +02:00
BUGS first commit 2009-03-22 10:30:00 +01:00
Changelog Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the queue) 2010-02-27 12:26:08 +01:00
config.h enable kqueue/kevent only for Mac OS X 10.6.x as it seems that 10.5.x has a broken implementation of this syscalls. 2009-11-28 20:48:53 +01:00
COPYING first commit 2009-03-22 10:30:00 +01:00
dict.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
dict.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
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 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 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 zipmaps functions to get, iterate, test for existence. Initial works for Hash data type 2010-03-05 14:04:17 +01:00
pqsort.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
pqsort.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
README first commit 2009-03-22 10:30:00 +01:00
redis-benchmark.c redis-benchmark now implements Set commands benchmarks 2010-03-04 23:05:12 +01:00
redis-cli.c use ZMERGE as starting point 2010-03-08 21:27:26 +01:00
redis.c use ZMERGE as starting point 2010-03-08 21:27:26 +01:00
redis.conf HSET fixes, now the new pointer is stored back in the object pointer field 2010-03-07 23:41:48 +01:00
redis.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
redis.tcl APPEND tests 2010-02-04 16:38:33 +01:00
sds.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
sds.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
solarisfixes.h a fix for the solaris fix itself ;) 2009-10-27 18:39:47 +01:00
staticsymbols.h loading side of the threaded VM 2010-01-28 10:12:04 -05:00
test-redis.tcl use ZMERGE as starting point 2010-03-08 21:27:26 +01:00
TODO first implementation of HSET/HSET. More work needed 2010-03-06 01:56:16 +01:00
zipmap.c HSET fixes, now the new pointer is stored back in the object pointer field 2010-03-07 23:41:48 +01:00
zipmap.h zipmaps functions to get, iterate, test for existence. Initial works for Hash data type 2010-03-05 14:04:17 +01:00
zmalloc.c A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00
zmalloc.h A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files. 2010-02-19 11:23:57 +01:00

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