Go to file
2010-01-31 16:03:44 +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 list API is now thread safe 2010-01-13 13:18:07 -05:00
adlist.h list API is now thread safe 2010-01-13 13:18:07 -05:00
ae_epoll.c ae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed. 2010-01-20 13:38:59 -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 ae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed. 2010-01-20 13:38:59 -05:00
ae.c loading side of the threaded VM 2010-01-28 10:12:04 -05:00
ae.h loading side of the threaded VM 2010-01-28 10:12:04 -05: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
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-01-21 10:36: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 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 commercial tools stuff removed from the Redis makefile. cotools are now migrated into a different repos 2010-01-19 13:32:36 -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-benchmark.c removed a bug in the function to cancel an I/O job 2010-01-19 13:02:02 -05:00
redis-cli.c ae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed. 2010-01-20 13:38:59 -05:00
redis.c Fixed VM corruption due to child fclosing the VM file directly or indirectly calling exit(), now replaced with _exit() in all the sensible places. Masked a few signals from IO threads. 2010-01-31 16:03:44 +01:00
redis.conf support for named VM swap file. Fixed a few important interaction issues between the background saving processes and IO threads 2010-01-15 13:14:23 -05:00
redis.h initial commit print stack trace 2009-06-04 17:20:14 +00:00
redis.tcl VM tuning thanks to redis-stat vmstat. Now it performs much better under high load 2010-01-22 12:58:11 -05:00
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 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 fixed a minor memory leak in configuration file parsing 2010-01-15 13:35:13 -05:00
TODO Fixed VM corruption due to child fclosing the VM file directly or indirectly calling exit(), now replaced with _exit() in all the sensible places. Masked a few signals from IO threads. 2010-01-31 16:03:44 +01:00
zmalloc.c thread safe zmalloc used memory counter 2010-01-15 08:52:20 -05:00
zmalloc.h thread safe zmalloc used memory counter 2010-01-15 08:52:20 -05:00

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