redict/src
antirez da95d22ad2 Prevent Lua scripts from violating Redis Cluster keyspace access rules.
Before this commit scripts were able to access / create keys outside the
set of hash slots served by the local node.
2015-01-09 11:23:22 +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 Add quicklist implementation 2015-01-02 11:16:08 -05:00
asciilogo.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
bio.c
bio.h Make bio.c threads killable ASAP if needed. 2012-11-22 10:12:11 +01:00
bitops.c
blocked.c
cluster.c Add addReplyBulkSds() function 2014-12-23 09:31:02 -05:00
cluster.h
config.c Config: Add quicklist, remove old list options 2015-01-02 11:16:10 -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 Add more quicklist info to DEBUG OBJECT 2015-01-02 11:16:10 -05:00
dict.c
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 Set optional 'static' for Quicklist+Redis 2015-01-02 11:16:10 -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 Typo fixed: fiels -> fields in rdbSaveInfoAuxFields(). 2015-01-08 12:06:22 +01: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-dump.c
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 Config: Add quicklist, remove old list options 2015-01-02 11:16:10 -05:00
redis.h Config: Add quicklist, remove old list options 2015-01-02 11:16:10 -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 Prevent Lua scripts from violating Redis Cluster keyspace access rules. 2015-01-09 11:23:22 +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 Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
sha1.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
slowlog.c
slowlog.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
solarisfixes.h
sort.c Add quicklist implementation 2015-01-02 11:16:08 -05:00
sparkline.c sparkline.c: AddSample skip Empty label 2014-12-08 11:43:32 +08:00
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 Add simple ll2string() tests 2014-12-23 09:31:03 -05: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