1. 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
  2. 13 Aug, 2017 1 commit
  3. 15 Jan, 2016 2 commits
  4. 02 Jan, 2016 1 commit
  5. 29 Dec, 2015 1 commit
  6. 30 Mar, 2015 1 commit
  7. 22 Jan, 2015 1 commit
  8. 21 Jan, 2015 4 commits
  9. 29 Sep, 2014 1 commit
  10. 30 Jun, 2014 1 commit
  11. 18 Jun, 2014 1 commit
  12. 10 Jun, 2014 1 commit
  13. 19 May, 2014 1 commit
  14. 29 Apr, 2014 1 commit
  15. 24 Apr, 2014 2 commits
  16. 18 Mar, 2014 2 commits
  17. 04 Mar, 2014 4 commits
  18. 03 Mar, 2014 1 commit
  19. 25 Feb, 2014 2 commits
  20. 23 Feb, 2014 2 commits
  21. 22 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel test: framework improved and conf-update unit added. · 8c254415
      antirez authored
      It is now possible to kill and restart sentinel or redis instances for
      more real-world testing.
      
      The 01 unit tests the capability of Sentinel to update the configuration
      of Sentinels rejoining the cluster, however the test is pretty trivial
      and more tests should be added.
      8c254415
  22. 20 Feb, 2014 2 commits
  23. 18 Feb, 2014 3 commits
  24. 17 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel: initial testing framework. · af788b58
      antirez authored
      Nothing tested at all so far... Just the infrastructure spawning N
      Sentinels and N Redis instances that the test will use again and again.
      af788b58