redict/src
antirez 233729fe7f Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections.
This improves PFAIL -> FAIL switch. Too late at this point in the RC
releases to add proper PFAIL/FAIL separate dictionary to do this in a
less randomized way. Tested in practice with experiments that this
helps. PFAIL -> FAIL average with 20 nodes and node-timeout set to 5
seconds takes 2.5 seconds without this commit, 1 second with this
commit.
2015-01-30 11:55:36 +01:00
..
.gitignore
adlist.c
adlist.h
ae_epoll.c
ae_evport.c
ae_kqueue.c
ae_select.c
ae.c
ae.h
anet.c AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
anet.h AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
aof.c AOF rewrite: set iterator var to NULL when freed. 2015-01-21 16:42:08 +01:00
asciilogo.h
bio.c
bio.h
bitops.c
blocked.c
cluster.c Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections. 2015-01-30 11:55:36 +01:00
cluster.h Cluster: clusterMsgDataGossip structure, explict padding + minor stuff. 2015-01-13 10:40:09 +01:00
config.c Supervise redis processes only if configured 2015-01-09 15:19:18 -05:00
config.h
crc16.c
crc64.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
crc64.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
db.c remove_warning in db.c 2014-12-12 12:02:39 +09:00
debug.c DEBUG structsize 2015-01-23 18:10:14 +01:00
dict.c dict.c: make chaining strategy more clear in dictAddRaw(). 2015-01-23 18:11:05 +01:00
dict.h
endianconv.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
endianconv.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
fmacros.h
help.h Added <count> parameter to SPOP: 2014-12-14 12:25:42 +02:00
hyperloglog.c
intset.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
intset.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
latency.c
latency.h
lzf_c.c Upgrade LZF to 3.6 (2011) from 3.5 (2009) 2015-01-02 11:16:10 -05:00
lzf_d.c Upgrade LZF to 3.6 (2011) from 3.5 (2009) 2015-01-02 11:16:10 -05:00
lzf.h
lzfP.h Upgrade LZF to 3.6 (2011) from 3.5 (2009) 2015-01-02 11:16:10 -05:00
Makefile Convert check-dump to Redis check-rdb mode 2015-01-28 11:18:16 -05:00
Makefile.dep
memtest.c
mkreleasehdr.sh
multi.c
networking.c Add addReplyBulkSds() function 2014-12-23 09:31:02 -05:00
notify.c
object.c Add quicklist implementation 2015-01-02 11:16:08 -05:00
pqsort.c
pqsort.h
pubsub.c
quicklist.c Set optional 'static' for Quicklist+Redis 2015-01-02 11:16:10 -05:00
quicklist.h Allow compression of interior quicklist nodes 2015-01-02 11:16:09 -05:00
rand.c
rand.h
rdb.c Improve RDB error-on-load handling 2015-01-28 11:19:00 -05:00
rdb.h RDB AUX fields support. 2015-01-08 09:52:55 +01:00
redis-benchmark.c redis-benchmark: Add RPUSH and RPOP tests 2015-01-02 11:16:08 -05:00
redis-check-aof.c
redis-check-rdb.c Remove code duplication from check-rdb 2015-01-28 11:18:18 -05:00
redis-cli.c Add DEBUG JEMALLOC INFO 2014-12-23 09:31:03 -05:00
redis-trib.rb Remove end of line whitespace from redis-trib 2015-01-08 13:31:03 -05:00
redis.c Convert check-dump to Redis check-rdb mode 2015-01-28 11:18:16 -05:00
redis.h Convert check-dump to Redis check-rdb mode 2015-01-28 11:18:16 -05:00
redisassert.h
release.c
replication.c AnetFormatIP(): renamed, commented, now sticks to IP:port format. 2014-12-11 18:20:30 +01:00
rio.c
rio.h
scripting.c luaRedisGenericCommand(): log error at WARNING level when re-entered. 2015-01-20 23:21:21 +01:00
sds.c sdsnative() removed: New rdb.c API can load native strings. 2015-01-08 09:52:44 +01:00
sds.h sdsnative() removed: New rdb.c API can load native strings. 2015-01-08 09:52:44 +01:00
sentinel.c Fix three simple clang analyzer warnings 2014-12-23 09:31:04 -05:00
setproctitle.c
sha1.c Check for __sun macro in solarisfixes.h, not in includers. 2015-01-09 11:23:22 +01:00
sha1.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
slowlog.c
slowlog.h
solarisfixes.h Check for __sun macro in solarisfixes.h, not in includers. 2015-01-09 11:23:22 +01:00
sort.c Add quicklist implementation 2015-01-02 11:16:08 -05:00
sparkline.c
sparkline.h
syncio.c
t_hash.c
t_list.c Config: Add quicklist, remove old list options 2015-01-02 11:16:10 -05:00
t_set.c Following @mattsta's friendly review: 2014-12-21 16:13:45 +02:00
t_string.c
t_zset.c Fix three simple clang analyzer warnings 2014-12-23 09:31:04 -05:00
testhelp.h
util.c The seed must be static in getRandomHexChars(). 2015-01-22 11:10:50 +01:00
util.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
valgrind.sup
version.h
ziplist.c Free ziplist test lists during tests 2015-01-02 11:16:08 -05:00
ziplist.h Add ziplistMerge() 2015-01-02 11:16:08 -05:00
zipmap.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
zipmap.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
zmalloc.c Add info as requested by the original getMemorySize() license. 2014-12-17 17:15:39 +01:00
zmalloc.h getMemorySize() moved into zmalloc.c with other low level mem utils. 2014-12-17 17:11:20 +01:00