Go to file
2010-04-22 19:46:39 +02:00
client-libraries
design-documents REDIS-CLUSTER doc updated 2010-04-22 19:46:39 +02:00
doc
utils More threaded I/O VM work + Redis init script 2010-01-11 05:15:54 -05:00
.gitignore utility to check rdb files for unprocessable opcodes 2010-03-13 15:57:00 +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
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
BUGS
Changelog Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help 2010-04-15 11:59:13 +02:00
config.h Revert "fsync always now uses O_DIRECT on Linux" 2010-04-21 10:31:16 +02:00
COPYING
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
linenoise.c fmacros added to linenoise, avoiding all the nice warnings... 2010-03-29 12:14:34 +02:00
linenoise.h Use linenoise for line editing on redis-cli. 2010-03-23 11:53:51 -03:00
lzf_c.c
lzf_d.c
lzf.h
lzfP.h
Makefile running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4 2010-04-19 16:11:13 +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
redis-benchmark.c redis-benchmark now implements Set commands benchmarks 2010-03-04 23:05:12 +01:00
redis-check-dump.c utility to check rdb files for unprocessable opcodes 2010-03-13 15:57:00 +01:00
redis-cli.c implemented HMGET 2010-04-12 14:57:38 +02:00
redis.c new units for bytes specification 2010-04-22 15:09:07 +02:00
redis.conf new units for bytes specification 2010-04-22 15:09:07 +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
redis.tcl Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4 2010-04-19 11:05:08 +02: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
staticsymbols.h shareobjects feautres killed - no gains most of the time, but VM complexities 2010-04-09 17:13:39 +02:00
test-redis.tcl Fix for a SORT bug introduced with commit 16fa22f1, regression test added 2010-04-18 17:51:15 +02:00
TODO Empty value trigger key removal in all the operations 2010-03-23 12:15:44 +01:00
zipmap.c update the zipmap entry in-place instead of appending it 2010-04-01 14:02:22 +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 :)