1. 17 Oct, 2019 1 commit
  2. 07 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Connections refactoring and TLS support. · b087dd1d
      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.
      b087dd1d
  3. 04 Oct, 2019 2 commits
  4. 03 Oct, 2019 2 commits
  5. 02 Oct, 2019 1 commit
  6. 30 Sep, 2019 2 commits
  7. 27 Sep, 2019 8 commits
  8. 26 Sep, 2019 1 commit
  9. 25 Sep, 2019 1 commit
  10. 23 Sep, 2019 1 commit
  11. 15 Sep, 2019 1 commit
  12. 05 Sep, 2019 1 commit
  13. 25 Aug, 2019 1 commit
  14. 18 Aug, 2019 2 commits
  15. 07 Aug, 2019 1 commit
  16. 30 Jul, 2019 1 commit
  17. 24 Jul, 2019 1 commit
  18. 22 Jul, 2019 1 commit
  19. 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
  20. 17 Jul, 2019 2 commits
    • Oran Agra's avatar
      Module API for Forking · 56258c6b
      Oran Agra authored
      * create module API for forking child processes.
      * refactor duplicate code around creating and tracking forks by AOF and RDB.
      * child processes listen to SIGUSR1 and dies exitFromChild in order to
        eliminate a valgrind warning of unhandled signal.
      * note that BGSAVE error reply has changed.
      
      valgrind error is:
        Process terminating with default action of signal 10 (SIGUSR1)
      56258c6b
    • Oran Agra's avatar
      RM_Log - add support for logging without a context or context without module · 6e07fac4
      Oran Agra authored
      for instance detached thread safe contexts, or various callbacks that don't
      provide a context.
      6e07fac4
  21. 12 Jun, 2019 1 commit
  22. 05 May, 2019 1 commit
  23. 16 Apr, 2019 3 commits
  24. 10 Apr, 2019 1 commit
  25. 24 Mar, 2019 2 commits