- 10 Jan, 2019 1 commit
-
-
antirez authored
-
- 09 Jan, 2019 19 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
The function naming was totally nuts. Let's fix it as we break PRs anyway with RESP3 refactoring and changes.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 12 Dec, 2018 1 commit
-
-
antirez authored
Related to issue #5686 and PR #5689.
-
- 11 Dec, 2018 1 commit
-
-
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.
-
- 02 Dec, 2018 1 commit
-
-
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
-
- 16 Oct, 2018 1 commit
-
-
antirez authored
Keep vanilla stream commands at toplevel, see #5426.
-
- 10 Oct, 2018 1 commit
-
-
antirez authored
Issue #5433.
-
- 09 Oct, 2018 2 commits
-
-
antirez authored
The idea is to have an API for the cases like -BUSY state and DEBUG RELOAD where we have to manually deinstall the read handler. See #4804.
-
zhaozhao.zz authored
XSTREAM CREATE <key> <id or *> -- Create a new empty stream. XSTREAM SETID <key> <id or $> -- Set the current stream ID.
-
- 19 Sep, 2018 1 commit
-
-
antirez authored
-
- 12 Sep, 2018 1 commit
-
-
antirez authored
-
- 11 Sep, 2018 1 commit
-
-
antirez authored
-
- 03 Sep, 2018 2 commits
- 27 Aug, 2018 1 commit
-
-
antirez authored
Note: this breaks backward compatibility with Redis 4, since now slaves by default are exact copies of masters and do not try to evict keys independently.
-
- 14 Aug, 2018 1 commit
-
-
zhaozhao.zz authored
-
- 13 Aug, 2018 1 commit
-
-
zhaozhao.zz authored
This is an optimization for processing pipeline, we discussed a problem in issue #5229: clients may be paused if we apply `CLIENT PAUSE` command, and then querybuf may grow too large, the cost of memmove in sdsrange after parsing a completed command will be horrible. The optimization is that parsing all commands in queyrbuf , after that we can just call sdsrange only once.
-
- 31 Jul, 2018 2 commits
-
-
antirez authored
-
zhaozhao.zz authored
-
- 30 Jul, 2018 1 commit
-
-
antirez authored
-
- 23 Jul, 2018 2 commits