Go to file
2009-12-18 05:26:11 -05: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 updated 2009-12-15 16:31:38 -05:00
utils Two important fixes to append only file: zero length values and expires. A pretty neat new test to check consistency of randomly build datasets against snapshotting and AOF. 2009-12-15 13:06:41 -05:00
.gitignore ZSets double to string serialization fixed 2009-11-03 14:36:38 +01:00
adlist.c Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02:00
adlist.h Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +02:00
ae_epoll.c Fixed a lame epoll issue 2009-12-16 07:30:40 -05: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 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.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.h 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
anet.c ae.c initial refactoring for epoll implementation 2009-11-23 12:00:23 +01:00
anet.h ANSI-C compatibility changes 2009-03-27 20:48:32 +01:00
benchmark.c better handling of non blocking connect on redis-benchmark: EPIPE on read does not print an error message now 2009-12-12 00:04:20 +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 Regression for epoll bug in redis-test.tcl, version is now 1.1.93 2009-12-16 08:40:32 -05: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 fixed a refcounting bug with SORT ... STORE leading to random crashes 2009-11-04 11:59:27 +01:00
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 feature macros defined to play well with C99 2009-03-27 22:01:04 +01: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 a few more tests and ability to run a specific test in test-redis.tcl 2009-12-14 13:48:24 -05:00
pqsort.c Merged Solaris patches provided by Alan Harder 2009-10-26 16:25:07 +01:00
pqsort.h another minor fix for Solaris boxes 2009-05-28 18:28:55 +02:00
README first commit 2009-03-22 10:30:00 +01:00
redis-cli.c printf format warnings fixed by casting 2009-12-06 01:25:37 +01:00
redis.c 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
redis.conf 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
redis.h initial commit print stack trace 2009-06-04 17:20:14 +00:00
redis.tcl SORT GET # implemented, with a test 2009-11-21 13:25:51 +01:00
sds.c Fixed sds.c bug #124 2009-12-18 05:26:11 -05:00
sds.h use __attribute__ format in sdscatprintf() when the compiler is GCC. Fixed format bugs resulting from the new warnings. 2009-12-05 13:50:36 +01:00
solarisfixes.h a fix for the solaris fix itself ;) 2009-10-27 18:39:47 +01:00
staticsymbols.h Fixed issued #85 (getDecodedObject: Assertion 1 != 1 failed. While sorting a set), added a smarter assert() function to dump the stacktrace, provided a macro to initalize Redis objects on the stack to avoid this kind of bugs. 2009-11-30 20:25:06 +01:00
test-redis.tcl Regression for epoll bug in redis-test.tcl, version is now 1.1.93 2009-12-16 08:40:32 -05:00
TODO Fixed sds.c bug #124 2009-12-18 05:26:11 -05:00
zmalloc.c Fixed Issue 83:Using TYPE on a zset results in a malformed response from the Redis server 2009-10-31 23:03:10 +01:00
zmalloc.h another missing free->zfree replacement fixed. Thanks to Ludo 2009-03-23 14:50:09 +01:00

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