redis/src
antirez 448d696549 Modules: dictionary API work in progress #5: rename API for consistency.
By using the "C" suffix for functions getting pointer/len, we can do the
same in the future for other modules APIs that need a variant with
pointer/len and that are now accepting a RedisModuleString.
2018-09-25 12:31:46 +02:00
..
modules Module cluster flags: use RM_SetClusterFlags() in the example. 2018-09-19 16:17:20 +02:00
.gitignore
Makefile LOLWUT: split the command from version-specific implementations. 2018-09-14 12:35:59 +02:00
adlist.c
adlist.h
ae.c
ae.h
ae_epoll.c
ae_evport.c
ae_kqueue.c
ae_select.c
anet.c
anet.h
aof.c Fix AOF comment to report the current behavior. 2018-08-03 12:46:06 +02:00
asciilogo.h
atomicvar.h
bio.c bio: fix bioWaitStepOfType. 2018-09-05 16:51:13 +08:00
bio.h
bitops.c
blocked.c Slave removal: blocked.c logs fixed. 2018-09-11 15:32:28 +02:00
childinfo.c
cluster.c Module cluster flags: add RM_SetClusterFlags() API. 2018-09-19 12:02:37 +02:00
cluster.h Module cluster flags: add hooks for NO_REDIRECTION flag. 2018-09-19 11:31:22 +02:00
config.c Slave removal: add a few forgotten aliases for CONFIG SET. 2018-09-13 21:43:15 +02:00
config.h
crc16.c
crc64.c
crc64.h
db.c refactor dbOverwrite to make lazyfree work 2018-07-31 12:07:57 +08:00
debug.c add DEBUG LOG, to to assist test suite debugging 2018-07-30 12:23:51 +03:00
debugmacro.h
defrag.c make active defrag test more stable 2018-07-18 10:16:33 +03:00
dict.c dict.c: remove a few trailing spaces. 2018-07-17 10:39:47 +02:00
dict.h
endianconv.c
endianconv.h
evict.c Introduce repl_slave_ignore_maxmemory flag internally. 2018-08-27 12:20:27 +02:00
expire.c
fmacros.h
geo.c
geo.h
geohash.c Use geohash limit defines in constraint check 2018-09-02 00:06:20 -07:00
geohash.h
geohash_helper.c
geohash_helper.h
help.h
hyperloglog.c
intset.c
intset.h
latency.c Revise the comments of latency command. 2018-08-22 18:07:02 +08:00
latency.h
lazyfree.c refactor dbOverwrite to make lazyfree work 2018-07-31 12:07:57 +08:00
listpack.c
listpack.h
listpack_malloc.h
localtime.c update leap year comment 2018-07-13 09:46:30 -06:00
lolwut.c LOLWUT: split the command from version-specific implementations. 2018-09-14 12:35:59 +02:00
lolwut5.c LOLWUT: split the command from version-specific implementations. 2018-09-14 12:35:59 +02:00
lzf.h
lzfP.h
lzf_c.c
lzf_d.c
memtest.c
mkreleasehdr.sh
module.c Modules: dictionary API work in progress #5: rename API for consistency. 2018-09-25 12:31:46 +02:00
multi.c
networking.c Slave removal: networking.c logs fixed. 2018-09-11 15:32:28 +02:00
notify.c Merge pull request #4237 from aspirewit/update-comment 2018-07-17 18:04:55 +02:00
object.c Slave removal: remove slave from object.c. 2018-09-11 15:32:28 +02:00
pqsort.c
pqsort.h
pubsub.c
quicklist.c
quicklist.h
rand.c
rand.h
rax.c
rax.h
rax_malloc.h
rdb.c
rdb.h
redis-benchmark.c
redis-check-aof.c
redis-check-rdb.c Delete unused role checking. 2018-07-12 21:21:37 +08:00
redis-cli.c Cluster Manager: clusterManagerFixOpenSlot now counts node's keys in slot 2018-09-17 16:26:46 +02:00
redis-trib.rb Redis-trib deprecated: it no longer works and it 2018-07-13 10:51:58 +02:00
redisassert.h
redismodule.h Modules: dictionary API work in progress #1. 2018-09-21 17:54:09 +02:00
release.c
replication.c Slave removal: replication.c logs fixed. 2018-09-11 15:32:28 +02:00
rio.c
rio.h
scripting.c Slave removal: scripting.c logs and other stuff fixed. 2018-09-11 15:32:28 +02:00
sds.c bugfix in sdsReqType creating 64bit sds headers on 32bit systems 2018-07-15 18:24:18 +03:00
sds.h
sdsalloc.h
sentinel.c Slave removal: replace very few things in Sentinel. 2018-09-11 15:32:28 +02:00
server.c Module cluster flags: add hooks for NO_REDIRECTION flag. 2018-09-19 11:31:22 +02:00
server.h Module cluster flags: initial vars / defines added. 2018-09-19 11:20:52 +02:00
setproctitle.c
sha1.c
sha1.h
siphash.c
slowlog.c
slowlog.h
solarisfixes.h
sort.c
sparkline.c
sparkline.h
stream.h Streams: add streamCompareID() declaration in stream.h. 2018-07-14 15:02:24 +08:00
syncio.c
t_hash.c
t_list.c block: rewrite BRPOPLPUSH as RPOPLPUSH to propagate 2018-08-14 20:58:58 +08:00
t_set.c Tranfer -> transfer typo fixed. 2018-07-31 16:41:33 +02:00
t_stream.c #5299 Fix blocking XREAD for streams that ran dry 2018-09-04 13:13:36 +02:00
t_string.c
t_zset.c Fix zslUpdateScore() edge case. 2018-08-01 19:04:53 +02:00
testhelp.h
util.c string2ll(): better commenting. 2018-07-24 10:27:20 +02:00
util.h
valgrind.sup
version.h
ziplist.c
ziplist.h
zipmap.c
zipmap.h
zmalloc.c fix recursion typo in zmalloc_usable 2018-07-22 10:17:35 +03:00
zmalloc.h slave buffers were wasteful and incorrectly counted causing eviction 2018-07-16 16:43:42 +03:00