- 13 Sep, 2018 3 commits
- 12 Sep, 2018 9 commits
-
-
Salvatore Sanfilippo authored
Fix spelling descrive -> describe
-
Slobodan Mišković authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 11 Sep, 2018 25 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Jakub Vrana authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
All the occurrences translated, but the ones referring to SLAVEOF must be intact because that describe the actual Sentinel -> Redis protocol. In theory we could send REPLICAOF to Redis instances, but actually this would prevent Sentinel to be compatible with older Redis instances.
-
antirez authored
SENTINEL REPLICAS was added as an alias, in the configuration rewriting now it uses known-replica, however all the rest is basically at API level of logged events and messages having to do with the protocol, so there is very little to do here compared to the Redis core itself, to preserve compatibility.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Aliases added for all the commands mentioning slave. Moreover CONFIG REWRITE will use the new names, and will be able to reuse the old lines mentioning the old options.
-
antirez authored
-
antirez authored
--slave alias remains but is undocumented, just for backward compatibiltiy.
-
antirez authored
-
- 07 Sep, 2018 3 commits
-
-
Salvatore Sanfilippo authored
Use geohash limit defines in constraint check
-
Salvatore Sanfilippo authored
CLI Help text loop verifies arg count
-
Salvatore Sanfilippo authored
sentinel: fix randomized sentinelTimer.
-