redis/src
Salvatore Sanfilippo c1ea6175c5
Merge pull request #6024 from itamarhaber/info_modules
Adds a "Modules" section to `INFO`
2019-09-26 11:58:52 +02:00
..
modules Add runtest-moduleapi with commandfilter coverage. 2019-03-24 12:03:03 +02:00
.gitignore
Makefile ACL: add slightly modified version of sha256.c for password hashing. 2019-09-12 12:21:37 +02:00
acl.c ACL: store hashed passwords in memory. 2019-09-12 12:54:57 +02:00
adlist.c
adlist.h
ae.c Update ae.c 2019-01-06 15:01:25 +08:00
ae.h
ae_epoll.c
ae_evport.c
ae_kqueue.c
ae_select.c
anet.c diskless replication on slave side (don't store rdb to file), plus some other related fixes 2019-07-08 15:37:48 +03:00
anet.h diskless replication on slave side (don't store rdb to file), plus some other related fixes 2019-07-08 15:37:48 +03:00
aof.c AOF: be future-proof and close the file pointer. 2019-09-04 17:20:37 +02:00
asciilogo.h
atomicvar.h several typos fixed, optimize MSETNX to avoid unnecessary loop 2018-10-16 15:48:03 +08:00
bio.c Fix typo in design comment of bio.c. 2018-10-05 18:29:23 +02:00
bio.h
bitops.c Fix memleak in bitfieldCommand 2019-04-09 09:24:22 +08:00
blocked.c handleClientsBlockedOnKeys() refactoring. 2019-09-06 12:24:26 +02:00
childinfo.c
cluster.c RESP3: Use verbatim in CLUSTER subcommands. 2019-09-18 18:51:15 +02:00
cluster.h Module cluster flags: add hooks for NO_REDIRECTION flag. 2018-09-19 11:31:22 +02:00
config.c Make config.c always_replicate_commands more uniform. 2019-09-20 11:46:35 +02:00
config.h OpenBSD support. 2018-11-25 08:10:26 +00:00
crc16.c
crc16_slottable.h Added basic support for clusters to redis-benchmark. 2019-03-01 17:53:14 +01:00
crc64.c
crc64.h
db.c emptyDbGeneric(): call signalFlushDb() before deleting the keys. 2019-07-30 11:20:54 +02:00
debug.c Merge pull request #6354 from jaredzhu/aarch64-devel 2019-09-25 18:14:24 +02:00
debugmacro.h
defrag.c Fix uint64_t hash value in active defrag 2019-05-08 16:29:16 +08:00
dict.c Set dictGetFairRandomKey() samples to 20 for final version. 2019-02-19 17:27:42 +01:00
dict.h Better distribution for set get-random-element operations. 2019-02-18 18:27:18 +01:00
endianconv.c
endianconv.h Fix typo 2018-07-03 18:19:46 +02:00
evict.c Threaded IO: read side WIP. 2019-05-06 18:02:51 +02:00
expire.c Client side caching: call the invalidation functions always. 2019-07-22 12:29:54 +02:00
fmacros.h
geo.c Fix mismatching keyspace notification classes 2019-03-14 12:11:16 +01:00
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
gopher.c Gopher: don't add the Lastline. 2019-02-24 21:38:15 +01:00
help.h Update help.h for redis-cli. 2018-10-17 12:57:21 +02:00
hyperloglog.c Fix typo 2019-09-17 06:18:01 +09:00
intset.c several typos fixed, optimize MSETNX to avoid unnecessary loop 2018-10-16 15:48:03 +08:00
intset.h
latency.c RESP3: Use verbatim in LATENCY subcommands. 2019-09-18 18:53:22 +02:00
latency.h
lazyfree.c refactor dbOverwrite to make lazyfree work 2018-07-31 12:07:57 +08:00
listpack.c Listpack: optionally force reallocation on inserts. 2018-10-02 19:37:36 +02:00
listpack.h
listpack_malloc.h
localtime.c update leap year comment 2018-07-13 09:46:30 -06:00
lolwut.c RESP3: Verbatim conversion test in the LOLWUT command. 2019-09-18 18:28:51 +02:00
lolwut5.c RESP3: Verbatim conversion test in the LOLWUT command. 2019-09-18 18:28:51 +02:00
lzf.h
lzfP.h
lzf_c.c
lzf_d.c Try to avoid issues with GCC pragmas and older compilers. 2018-09-28 13:00:44 +02:00
memtest.c
mkreleasehdr.sh
module.c Merge pull request #6024 from itamarhaber/info_modules 2019-09-26 11:58:52 +02:00
multi.c ACL: protect MULTI/EXEC transactions after rules change. 2019-09-11 19:42:10 +02:00
networking.c RESP3: Use verbatim in CLIENT LIST. 2019-09-18 18:52:13 +02:00
notify.c added special flag for keyspace miss notifications 2019-03-21 11:47:14 +02:00
object.c Fix compilation error 2019-09-20 01:11:20 -07:00
pqsort.c
pqsort.h
pubsub.c RESP3: Pubsub messages in new push format if client is in RESP3 mode. 2019-01-09 17:00:30 +01:00
quicklist.c Fix typo 2018-07-03 18:19:46 +02:00
quicklist.h several typos fixed, optimize MSETNX to avoid unnecessary loop 2018-10-16 15:48:03 +08:00
rand.c
rand.h
rax.c Rax: radix tree updated to latest version from antirez/rax. 2018-10-13 14:17:38 +02:00
rax.h Rax: radix tree updated to latest version from antirez/rax. 2018-10-13 14:17:38 +02:00
rax_malloc.h
rdb.c fix rdb function rdbLoadIntegerObject comment 2019-09-06 12:01:44 +08:00
rdb.h Implement module api for aux data in rdb 2019-07-22 21:15:33 +03:00
redis-benchmark.c Client side caching: redis-cli ability to enable tracking. 2019-07-22 18:45:47 +02:00
redis-check-aof.c Enlarge error buffer in redis-check-aof.c to remove compiler warning of output truncation through snprintf format string 2019-05-08 12:13:45 +01:00
redis-check-rdb.c RDB: try to make error handling code more readable. 2019-07-17 17:30:02 +02:00
redis-cli.c redis-cli: support for ACL style user/pass AUTH. 2019-09-23 19:57:13 +02:00
redis-trib.rb Redis-trib deprecated: it no longer works and it 2018-07-13 10:51:58 +02:00
redisassert.h Fix typo 2018-07-03 18:19:46 +02:00
redismodule.h Merge pull request #6235 from oranagra/module_rdb_load_errors 2019-09-26 11:52:42 +02:00
release.c
replication.c Merge pull request #6235 from oranagra/module_rdb_load_errors 2019-09-26 11:52:42 +02:00
rio.c Rio: remember read/write error conditions. 2019-07-17 16:46:22 +02:00
rio.h Rio: fix flag name, function is never used btw. 2019-09-04 13:01:07 +02:00
scripting.c Add useless break for uniformity / future protection. 2019-09-20 11:19:07 +02:00
sds.c Trim SDS free space of retained module strings 2019-02-12 14:21:21 +01:00
sds.h
sdsalloc.h
sentinel.c fix: fix sentinel command table and new flags format 2019-02-27 21:35:58 +08:00
server.c Merge pull request #6024 from itamarhaber/info_modules 2019-09-26 11:58:52 +02:00
server.h Merge pull request #6024 from itamarhaber/info_modules 2019-09-26 11:58:52 +02:00
setproctitle.c DragonFlyBSD little build fix 2018-11-11 18:49:55 +00:00
sha1.c
sha1.h
sha256.c ACL: add slightly modified version of sha256.c for password hashing. 2019-09-12 12:21:37 +02:00
sha256.h ACL: add slightly modified version of sha256.c for password hashing. 2019-09-12 12:21:37 +02:00
siphash.c The aarch64 architecture is support normal memory unaligned accesses, 2019-09-04 12:14:25 +00:00
slowlog.c RESP3: Use new aggregate reply API in slowlog.c. 2019-01-09 17:00:29 +01:00
slowlog.h
solarisfixes.h
sort.c change SORT and SPOP to use lookupKeyWrite rather than lookupKeyRead 2019-03-20 17:06:22 +02:00
sparkline.c
sparkline.h
stream.h prevent diskless replica from terminating on short read 2019-07-17 16:46:22 +02:00
syncio.c
t_hash.c RESP3: fix cases of NULL reported instead of empty aggregate. 2019-09-02 12:50:47 +02:00
t_list.c Fix handleClientsBlockedOnKeys() names in comments. 2019-09-05 13:05:57 +02:00
t_set.c RESP3: fix cases of NULL reported instead of empty aggregate. 2019-09-02 12:50:47 +02:00
t_stream.c Fix start and end key initialize 2019-04-11 12:19:02 -04:00
t_string.c RESP3: most null replies converted. 2019-01-09 17:00:29 +01:00
t_zset.c RESP3: fix cases of NULL reported instead of empty aggregate. 2019-09-02 12:50:47 +02:00
testhelp.h
tracking.c Client side caching: show tracking slots usage in INFO. 2019-07-23 11:02:14 +02:00
util.c Increase string2ld's buffer size (and fix HINCRBYFLOAT) 2019-01-28 17:58:11 +02:00
util.h stringmatchlen() fuzz test added. 2018-12-11 13:29:30 +01:00
valgrind.sup
version.h
ziplist.c Update ziplist.c 2019-05-08 12:53:56 +08:00
ziplist.h
zipmap.c
zipmap.h
zmalloc.c Updating resident memory request impl on FreeBSD. 2019-07-28 14:33:57 +01:00
zmalloc.h Fix incorrect memory usage accounting in zrealloc 2018-09-30 11:49:03 +02:00