1. 02 Sep, 2019 1 commit
  2. 05 Aug, 2019 1 commit
  3. 30 Jul, 2019 1 commit
  4. 24 Jul, 2019 1 commit
  5. 23 Jul, 2019 3 commits
  6. 22 Jul, 2019 2 commits
  7. 21 Jul, 2019 1 commit
    • Oran Agra's avatar
      Allow modules to handle RDB loading errors. · d7d028a7
      Oran Agra authored
      This is especially needed in diskless loading, were a short read could have
      caused redis to exit. now the module can handle the error and return to the
      caller gracefully.
      
      this fixes #5326
      d7d028a7
  8. 17 Jul, 2019 1 commit
  9. 08 Jul, 2019 2 commits
    • Oran Agra's avatar
      diskless replication on slave side (don't store rdb to file), plus some other related fixes · 2de544cf
      Oran Agra authored
      The implementation of the diskless replication was currently diskless only on the master side.
      The slave side was still storing the received rdb file to the disk before loading it back in and parsing it.
      
      This commit adds two modes to load rdb directly from socket:
      1) when-empty
      2) using "swapdb"
      the third mode of using diskless slave by flushdb is risky and currently not included.
      
      other changes:
      --------------
      distinguish between aof configuration and state so that we can re-enable aof only when sync eventually
      succeeds (and not when exiting from readSyncBulkPayload after a failed attempt)
      also a CONFIG GET and INFO during rdb loading would have lied
      
      When loading rdb from the network, don't kill the server on short read (that can be a network error)
      
      Fix rdb check when performed on preamble AOF
      
      tests:
      run replication tests for diskless slave too
      make replication test a bit more aggressive
      Add test for diskless load swapdb
      2de544cf
    • Angus Pearson's avatar
  10. 05 Jul, 2019 1 commit
  11. 03 Jul, 2019 2 commits
  12. 30 Jun, 2019 2 commits
  13. 13 Jun, 2019 1 commit
  14. 10 Jun, 2019 1 commit
  15. 06 May, 2019 7 commits
  16. 29 Apr, 2019 1 commit
  17. 16 Apr, 2019 1 commit
    • Itamar Haber's avatar
      Adds a "Modules" section to `INFO` · 52686f48
      Itamar Haber authored
      Fixes #6012.
      
      As long as "INFO is broken", this should be adequate IMO. Once we rework
      `INFO`, perhaps into RESP3, this implementation should be revisited.
      52686f48
  18. 24 Mar, 2019 1 commit
  19. 21 Mar, 2019 2 commits
  20. 18 Mar, 2019 1 commit
  21. 15 Mar, 2019 1 commit
  22. 07 Mar, 2019 1 commit
  23. 27 Feb, 2019 2 commits
  24. 25 Feb, 2019 1 commit
  25. 21 Feb, 2019 2 commits