- 28 Mar, 2020 1 commit
-
-
OMG-By authored
-
- 14 Feb, 2020 8 commits
-
-
antirez authored
-
antirez authored
This fixes WATCH and client side caching with keys expiring because of a synchronous access and not because of background expiring.
-
Salvatore Sanfilippo authored
Fixes segfault on calling trackingGetTotalKeys
-
Itamar Haber authored
... with CSC disabled
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 13 Feb, 2020 2 commits
-
-
Salvatore Sanfilippo authored
add no-slowlog option to RM_CreateCommand
-
antirez authored
-
- 12 Feb, 2020 4 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Mark extern definition of SDS_NOINIT in sds.h
-
Salvatore Sanfilippo authored
correct help info for --user and --pass
-
lifubang authored
Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
- 11 Feb, 2020 2 commits
- 10 Feb, 2020 4 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
[FIX] revisit CVE-2015-8080 vulnerability
-
Seunghoon Woo authored
-
- 07 Feb, 2020 4 commits
- 06 Feb, 2020 15 commits
-
-
Oran Agra authored
-
Salvatore Sanfilippo authored
Diskless-load emptyDb-related fixes
-
Guy Benoish authored
1. Call emptyDb even in case of diskless-load: We want modules to get the same FLUSHDB event as disk-based replication. 2. Do not fire any module events when flushing the backups array. 3. Delete redundant call to signalFlushedDb (Called from emptyDb).
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
fix ssl args check for redis-cli
-
Salvatore Sanfilippo authored
Exclude "keymiss" notification from NOTIFY_ALL
-
Salvatore Sanfilippo authored
update RM_SignalModifiedKey doc comment
-
Salvatore Sanfilippo authored
Add handling of short read of module id in rdb
-
Salvatore Sanfilippo authored
TLS: Update documentation.
-
Salvatore Sanfilippo authored
A few non-data commands that should be allowed while loading or stale
-
Salvatore Sanfilippo authored
Memory leak when bind config is provided twice
-
Salvatore Sanfilippo authored
fix maxmemory config warning
-
Salvatore Sanfilippo authored
Fix client flags to be int64 in module.c
-
Salvatore Sanfilippo authored
moduleRDBLoadError, add key name, and use panic rather than exit
-