Go to file
2010-05-25 14:04:46 +02:00
client-libraries client-libraries directory readded 2009-11-03 12:05:13 +01:00
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 WATCH tests 2010-05-25 14:04:46 +02:00
utils More threaded I/O VM work + Redis init script 2010-01-11 05:15:54 -05:00
.gitignore gitignore updated 2010-05-25 10:06:37 +02: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 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 first commit 2009-03-22 10:30:00 +01:00
dict.c added dictFetchValue() to dict.c to make hash table API a bit less verbose in the common cases 2010-04-16 10:04:51 +02:00
dict.h added dictFetchValue() to dict.c to make hash table API a bit less verbose in the common cases 2010-04-16 10:04:51 +02:00
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 Use linenoise for line editing on redis-cli. 2010-03-23 11:53:51 -03: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 buliding of release.h moved into an external script. Avoided recompialtion of redis.c if git sha1 is the same as the previous one 2010-05-18 00:36:48 +02:00
mkreleasehdr.sh fix compile error on solaris 2010-05-20 12:33:33 +02: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-check-aof.c fixed compilation warnings in the AOF sanity check tool 2010-05-12 11:56:12 +02:00
redis-check-dump.c utility to check rdb files for unprocessable opcodes 2010-03-13 15:57:00 +01:00
redis-cli.c minor bug fixed in WATCH 2010-05-25 13:21:23 +02:00
redis.c minor bug fixed in WATCH 2010-05-25 13:21:23 +02:00
redis.conf conflicts resolved 2010-05-13 14:24:41 +02: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
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 minor bug fixed in WATCH 2010-05-25 13:21:23 +02:00
test-redis.tcl tests suite initial support for valgrind, fixed the old test suite until the new one is able to target a specific host/port 2010-05-21 12:00:13 +02:00
TODO added regression for zipmap bug 2010-05-20 12:03:02 +02:00
zipmap.c fix lookup of keys with length larger than ZIPMAP_BIGLEN 2010-05-20 11:02:08 +02:00
zipmap.h zipmap fix for large values 2010-03-18 03:23:44 +01:00
zmalloc.c More precise memory used guesswork in zmalloc.c 2010-04-20 11:01:36 +02: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 :)