- 26 Jun, 2018 7 commits
-
-
antirez authored
-
antirez authored
Related to #5037.
-
antirez authored
-
Salvatore Sanfilippo authored
Fixed replication authentication with whitespace password
-
antirez authored
Thanks to @shenlongxing for reporting the problem. Related to #5062.
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 25 Jun, 2018 11 commits
-
-
antirez authored
Instead of telling the user to set the renamed command to "" to remove the renaming, to the obvious thing when a command is renamed to itself. So if I want to remove the renaming of PING, I just rename it to PING again.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 22 Jun, 2018 4 commits
-
-
Salvatore Sanfilippo authored
config: handle special configuration "" for auth
-
Salvatore Sanfilippo authored
Fix rdbLoadIntegerObject() to create shared objects when needed.
-
Salvatore Sanfilippo authored
Update ZPOPMIN/ZPOPMAX command declaration
-
Salvatore Sanfilippo authored
fix typo
-
- 21 Jun, 2018 5 commits
-
-
michael-grunder authored
Unlike the BZPOP variants, these functions take a single key. This fixes an erroneous CROSSSLOT error when passing a count to a cluster enabled server.
-
Salvatore Sanfilippo authored
fix streams memory estimation, missing raxSeek
-
Oran Agra authored
-
shenlongxing authored
-
youjiali1995 authored
-
- 20 Jun, 2018 5 commits
-
-
Salvatore Sanfilippo authored
Update README.md
-
Salvatore Sanfilippo authored
64 bit RDB_OPCODE_RESIZEDB in rdb saving
-
Salvatore Sanfilippo authored
use safe macro (non empty) in memrev64ifbe to eliminate empty if warning
-
Salvatore Sanfilippo authored
Enhance RESTORE with RDBv9 new features
-
Guy Benoish authored
RESTORE now supports: 1. Setting LRU/LFU 2. Absolute-time TTL Other related changes: 1. RDB loading will not override LRU bits when RDB file does not contain the LRU opcode. 2. RDB loading will not set LRU/LFU bits if the server's maxmemory-policy does not match.
-
- 19 Jun, 2018 8 commits
-
-
Salvatore Sanfilippo authored
add malloc_usable_size for libc malloc
-
Oran Agra authored
this reduces the extra 8 bytes we save before each pointer. but more importantly maybe, it makes the valgrind runs to be more similiar to our normal runs. note: the change in malloc_stats struct in server.h is to eliminate an name conflict. structs that are not typedefed are resolved from a separate name space.
-
Salvatore Sanfilippo authored
Fix update_zmalloc_stat_alloc in zrealloc
-
antirez authored
-
Salvatore Sanfilippo authored
fix redis-rdb-check to provide proper arguments to rdbLoadMillisecondTime
-
antirez authored
-
Oran Agra authored
due to incorrect forward declaration, it didn't provide all arguments. this lead to random value being read from the stack and return of incorrect time, which in this case doesn't matter since no one uses it.
-
antirez authored
-