- 12 Jan, 2021 1 commit
-
-
Oran Agra authored
When a Lua script returns a map to redis (a feature which was added in redis 6 together with RESP3), it would have returned the value first and the key second. If the client was using RESP2, it was getting them out of order, and if the client was in RESP3, it was getting a map of value => key. This was happening regardless of the Lua script using redis.setresp(3) or not. This also affects a case where the script was returning a map which it got from from redis by doing something like: redis.setresp(3); return redis.call() This fix is a breaking change for redis 6.0 users who happened to rely on the wrong order (either ones that used redis.setresp(3), or ones that returned a map explicitly). This commit also includes other two changes in the tests: 1. The test suite now handles RESP3 maps as dicts rather than nested lists 2. Remove some redundant (duplicate) tests from tracking.tcl (cherry picked from commit 2017407b)
-
- 07 Oct, 2019 2 commits
-
-
Yossi Gottlieb authored
Add configuration options for TLS protocol versions, ciphers/cipher suites selection, etc.
-
Yossi Gottlieb authored
* Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support.
-
- 29 Sep, 2014 1 commit
-
-
Matt Stancliff authored
-
- 18 Jun, 2014 2 commits
- 13 May, 2014 1 commit
-
-
antirez authored
-
- 30 Apr, 2014 1 commit
-
-
antirez authored
-
- 30 May, 2013 1 commit
-
-
antirez authored
-
- 06 Apr, 2012 1 commit
-
-
antirez authored
-
- 20 Mar, 2012 1 commit
-
-
antirez authored
DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and other commands against read only slaves.
-
- 15 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 13 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 16 Jun, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Jun, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 11 Jun, 2010 1 commit
-
-
Robey Pointer authored
-
- 14 May, 2010 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 23 Apr, 2010 1 commit
-
-
antirez authored
-
- 19 Apr, 2010 1 commit
-
-
antirez authored
Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4
-
- 15 Apr, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 12 Apr, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 08 Apr, 2010 1 commit
-
-
antirez authored
-
- 07 Apr, 2010 1 commit
-
-
antirez authored
-
- 17 Mar, 2010 1 commit
-
-
antirez authored
-
- 15 Mar, 2010 3 commits
- 04 Feb, 2010 1 commit
-
-
antirez authored
-
- 22 Jan, 2010 1 commit
-
-
antirez authored
-
- 21 Nov, 2009 1 commit
-
-
antirez authored
-
- 20 Nov, 2009 1 commit
-
-
antirez authored
-
- 03 Nov, 2009 1 commit
-
-
antirez authored
-