1. 04 Dec, 2017 3 commits
    • antirez's avatar
      Fix issue #4505, Lua RDB AUX field loading of existing scripts. · a945e5c0
      antirez authored
      Unfortunately, as outlined by @soloestoy in #4505, "lua" AUX RDB field
      loading in case of duplicated script was still broken. This commit fixes
      this problem and also a memory leak introduced by the past commit.
      
      Note that now we have a regression test able to duplicate the issue, so
      this commit was actually tested against the regression. The original PR
      also had a valid fix, but I prefer to hide the details of scripting.c
      outside scripting.c, and later "SCRIPT LOAD" should also be able to use
      the function luaCreateFunction() instead of redoing the work.
      a945e5c0
    • antirez's avatar
      65a2e40a
    • antirez's avatar
      DEBUG change-repl-id implemented. · d6c70f22
      antirez authored
      With PSYNC2 to force a full SYNC in tests is hard. With this new DEBUG
      subcommand we just need to call it and then CLIENT KILL TYPE master in
      the slave.
      d6c70f22
  2. 01 Dec, 2017 2 commits
  3. 30 Nov, 2017 14 commits
  4. 28 Nov, 2017 12 commits
  5. 27 Nov, 2017 4 commits
  6. 24 Nov, 2017 5 commits