- 10 Mar, 2019 2 commits
-
-
antirez authored
-
John Sully authored
-
- 01 Mar, 2019 4 commits
-
-
antirez authored
-
Oran Agra authored
* bigkeys used to fail on databases with module type keys * new code adds more types when it discovers them, but has no way to know element count in modules types yet * bigkeys was missing XLEN command for streams * adding --memkeys and --memkeys-samples to make use of the MEMORY USAGE command see #5167, #5175
-
chendianqiang authored
-
Salvatore Sanfilippo authored
fix corrupt_rdb.c bug.Let the name of input rdb file name be valid.
-
- 26 Feb, 2019 1 commit
-
-
varianfeng authored
-
- 22 Feb, 2019 1 commit
-
-
artix authored
Fix issue #5849
-
- 25 Jan, 2019 2 commits
-
-
artix authored
-
Zhicheng Wei authored
-
- 21 Dec, 2018 1 commit
-
-
antirez authored
-
- 12 Dec, 2018 4 commits
-
-
antirez authored
-
antirez authored
Related to issue #5686 and PR #5689.
-
zhaozhao.zz authored
When loading data, we call processEventsWhileBlocked to process events and execute commands. But if we are loading AOF it's dangerous, because processCommand would call freeMemoryIfNeeded to evict, and that will break data consistency, see issue #5686.
-
antirez authored
See #5663.
-
- 11 Dec, 2018 25 commits
-
-
hdmg authored
-
lsytj0413 authored
-
antirez authored
Verified to be able to trigger at least #5632. Does not report other issues.
-
antirez authored
See #5632.
-
zhaozhao.zz authored
-
antirez authored
Thanks to @soloestoy for discovering this issue in #5667. This is an alternative fix in order to avoid both cycling the clients and also disconnecting clients just having valid read-only transactions pending.
-
artix authored
- Multiple owners checking in 'fix'/'check' commands is now optional (using --cluster-search-multiple-owners). - Updated help.
-
artix authored
- FixOpenSlot now correctly updates in-memory cluster configuration. - Improved output messages.
-
artix authored
in one node and importing state in multiple nodes.
-
artix authored
in 'fix' command.
-
artix authored
-
artix authored
all slots are covered and not open.
-
zhaozhao.zz authored
-
Oran Agra authored
these metrics become negative when RSS is smaller than the used_memory. This can easily happen when the program allocated a lot of memory and haven't written to it yet, in which case the kernel doesn't allocate any pages to the process
-
zhaozhao.zz authored
-
antirez authored
-
antirez authored
-
antirez authored
-
yura authored
-
Thomas Orozco authored
This adds support for passing a password through a REDISCLI_AUTH environment variable (which is safer than the CLI), which might often be safer than passing it through a CLI argument. Passing a password this way does not trigger the warning about passing a password through CLI arguments, and CLI arguments take precedence over it.
-
yongman authored
-
Oran Agra authored
-
zhaozhao.zz authored
In MEMORY USAGE command, we count the key argv[2] into usage, but the argument in command may contains free spaces because of sdsMakeRoomFor. But the key in db never contains free spaces because we use sdsdup when dbAdd, so using the real key to count the usage is more accurate.
-
yongman authored
-
Weiliang Li authored
fix comment typo in util.c
-