valkey/src
2019-10-28 11:10:58 +01:00
..
modules Modules hooks: fix memory leak in example module. 2019-10-23 18:39:53 +02:00
.gitignore
acl.c ACLs: change hashed passwords opcode to also remove them. 2019-09-30 18:28:45 +02:00
adlist.c
adlist.h
ae_epoll.c diskless replication rdb transfer uses pipe, and writes to sockets form the parent process. 2019-10-07 21:06:30 +03:00
ae_evport.c
ae_kqueue.c
ae_select.c
ae.c Code review minor changes (names, comments). 2019-10-15 17:21:51 +03:00
ae.h Code review minor changes (names, comments). 2019-10-15 17:21:51 +03:00
anet.c TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
anet.h TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
aof.c Modules: allow to check for AOF loading client. 2019-10-17 18:10:50 +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 Module API for Forking 2019-07-17 16:40:24 +03:00
cluster.c Merge remote-tracking branch 'upstream/unstable' into tls 2019-10-16 17:08:07 +03:00
cluster.h TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
config.c Merge remote-tracking branch 'upstream/unstable' into tls 2019-10-16 17:08:07 +03:00
config.h OpenBSD support. 2018-11-25 08:10:26 +00:00
connection.c Code review minor changes (names, comments). 2019-10-15 17:21:51 +03:00
connection.h TLS: Implement support for write barrier. 2019-10-07 21:06:30 +03:00
connhelpers.h Code review minor changes (names, comments). 2019-10-15 17:21:51 +03:00
crc16_slottable.h Added basic support for clusters to redis-benchmark. 2019-03-01 17:53:14 +01:00
crc16.c
crc64.c
crc64.h
db.c Modules hooks: implement the FLUSHDB event. 2019-10-23 18:39:53 +02:00
debug.c Merge remote-tracking branch 'upstream/unstable' into tls 2019-10-16 17:08:07 +03:00
debugmacro.h
defrag.c fix issues found by a static analyzer 2019-10-07 09:09:32 +03: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 fix issues found by a static analyzer 2019-10-07 09:09:32 +03:00
expire.c Client side caching: call the invalidation functions always. 2019-07-22 12:29:54 +02:00
fmacros.h
geo.c Geo: output 10 chars of geohash, not 11. 2019-10-08 17:09:37 +02:00
geo.h
geohash_helper.c
geohash_helper.h
geohash.c Use geohash limit defines in constraint check 2018-09-02 00:06:20 -07:00
geohash.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 Module API for LatencyAddSample 2019-10-24 14:24:55 +03:00
latency.h Module API for LatencyAddSample 2019-10-24 14:24:55 +03:00
lazyfree.c refactor dbOverwrite to make lazyfree work 2018-07-31 12:07:57 +08:00
listpack_malloc.h
listpack.c Listpack: optionally force reallocation on inserts. 2018-10-02 19:37:36 +02:00
listpack.h
localtime.c update leap year comment 2018-07-13 09:46:30 -06:00
lolwut5.c LOLWUT: version 6 initial output. May change a bit. 2019-10-07 18:24:34 +02:00
lolwut6.c LOLWUT 6: always pick a default color sequence. 2019-10-28 11:10:58 +01:00
lolwut.c LOLWUT: version 6 initial output. May change a bit. 2019-10-07 18:24:34 +02:00
lolwut.h LOLWUT: version 6 initial output. May change a bit. 2019-10-07 18:24:34 +02:00
lzf_c.c
lzf_d.c Try to avoid issues with GCC pragmas and older compilers. 2018-09-28 13:00:44 +02:00
lzf.h
lzfP.h
Makefile Fix Makefile merge issue. 2019-10-16 17:31:02 +03:00
memtest.c
mkreleasehdr.sh
module.c Merge pull request #6498 from oranagra/rm_latency_add_sample 2019-10-28 09:59:26 +01:00
multi.c ACL: protect MULTI/EXEC transactions after rules change. 2019-09-11 19:42:10 +02:00
networking.c Modules hooks: don't call the hook for fake clients. 2019-10-23 18:39:53 +02:00
notify.c added special flag for keyspace miss notifications 2019-03-21 11:47:14 +02:00
object.c trim the double implementation of jemalloc purge 2019-10-04 14:22:13 +03: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_malloc.h
rax.c fix issues found by a static analyzer 2019-10-07 09:09:32 +03:00
rax.h Rax: radix tree updated to latest version from antirez/rax. 2018-10-13 14:17:38 +02:00
rdb.c Merge pull request #6496 from oranagra/module_tests_valgrind 2019-10-28 10:05:52 +01: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 fix comment typo in redis-cli.c 2019-10-25 22:31:55 +09: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 #6498 from oranagra/rm_latency_add_sample 2019-10-28 09:59:26 +01:00
release.c Speedup INFO server section. 2019-10-02 11:30:20 +02:00
replication.c Merge branch 'unstable' into minor-typos 2019-10-25 10:18:26 +02:00
rio.c diskless replication rdb transfer uses pipe, and writes to sockets form the parent process. 2019-10-07 21:06:30 +03:00
rio.h diskless replication rdb transfer uses pipe, and writes to sockets form the parent process. 2019-10-07 21:06:30 +03:00
scripting.c Merge remote-tracking branch 'upstream/unstable' into tls 2019-10-16 17:08:07 +03:00
sds.c SDS: make sdscatfmt() faster by pre-allocating a bit. 2019-10-02 11:30:20 +02:00
sds.h Merge pull request #3828 from oranagra/sdsnewlen_pr 2018-02-27 04:04:32 -08:00
sdsalloc.h
sentinel.c Fix compile warnings when BUILD_TLS=no. 2019-10-15 15:24:32 +03:00
server.c Merge branch 'unstable' of github.com:/antirez/redis into unstable 2019-10-28 11:09:09 +01:00
server.h Modules hooks: fix define / linker issues. Implement one test event. 2019-10-23 18:39:53 +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 stream.h: fix typo 2019-10-07 11:01:01 -07: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 usage of server.stream_node_max_* 2019-10-10 09:47:48 +02: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
tls.c TLS: Improve CA certifiate configuration options. 2019-10-08 17:58:50 +03:00
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 Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bg 2019-10-04 13:53:40 +03:00
zmalloc.h make redis purge jemalloc after flush, and enable background purging thread 2019-06-02 15:33:14 +03:00