- 16 Sep, 2019 7 commits
-
-
Okada Haruki authored
-
antirez authored
-
antirez authored
Here we introduce a change in the way we convert values from Lua to Redis when RESP3 is selected: this is possible without breaking the fact we can return directly what a command returned, because there is no Redis command in RESP2 that returns true or false to Lua, so the conversion in the case of RESP2 is totally arbitrary. When a script is written selecting RESP3 from Lua, it totally makes sense to change such behavior and return RESP3 true/false when Lua true/false is returned.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 13 Sep, 2019 3 commits
-
-
antirez authored
We want all the scripts to run in RESP2 mode by default. It's up to the caller to switch to V3 using redis.setresp() if it is really needed. This way most scripts written for past Redis versions will continue to work with Redis >= 6 even if the client is in RESP3 mode.
-
antirez authored
-
antirez authored
-
- 12 Sep, 2019 3 commits
- 11 Sep, 2019 1 commit
-
-
antirez authored
-
- 06 Sep, 2019 1 commit
-
-
antirez authored
-
- 05 Sep, 2019 2 commits
-
-
Oran Agra authored
When implementing the code that saves and loads these aux fields we used rdb format that was added for that in redis 5.0, but then we added the 'when' field which meant that the old redis-check-rdb won't be able to skip these. this fix adds an opcode as if that 'when' is part of the module data.
-
antirez authored
-
- 04 Sep, 2019 3 commits
-
-
antirez authored
Before this commit we may have not consumer buffers when a read error is encountered. Such buffers may contain errors that are important clues for the user: for instance a protocol error in the payload we send in pipe mode will cause the server to abort the connection. If the user does not get the protocol error, debugging what is happening can be a nightmare. This commit fixes issue #3756.
-
antirez authored
Currently useless but we release the fake client, so better to do a full cleanup. Thanks to @TomMD reporting this in #6353.
-
antirez authored
Thanks to @tnclong for reporting the problem.
-
- 02 Sep, 2019 2 commits
- 31 Aug, 2019 2 commits
- 07 Aug, 2019 1 commit
-
-
Oran Agra authored
-
- 05 Aug, 2019 1 commit
-
-
antirez authored
-
- 02 Aug, 2019 1 commit
-
-
zhaozhao.zz authored
-
- 31 Jul, 2019 3 commits
- 30 Jul, 2019 1 commit
-
-
antirez authored
This was broken since a refactoring performed recently by myself.
-
- 29 Jul, 2019 1 commit
-
-
John Sully authored
-
- 28 Jul, 2019 1 commit
-
-
David Carlier authored
-
- 24 Jul, 2019 2 commits
- 23 Jul, 2019 5 commits
-
-
antirez authored
-
antirez authored
-
zhaozhao.zz authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-