1. 27 Sep, 2019 2 commits
  2. 26 Sep, 2019 3 commits
  3. 25 Sep, 2019 2 commits
  4. 23 Sep, 2019 7 commits
  5. 22 Sep, 2019 1 commit
  6. 20 Sep, 2019 6 commits
  7. 18 Sep, 2019 7 commits
  8. 17 Sep, 2019 4 commits
  9. 16 Sep, 2019 7 commits
  10. 13 Sep, 2019 1 commit
    • antirez's avatar
      RESP3: Lua parsing should depend on lua client, not lua caller. · 888efc1b
      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.
      888efc1b