1. 07 Apr, 2020 1 commit
  2. 25 Mar, 2020 3 commits
  3. 17 Jan, 2020 2 commits
  4. 17 Dec, 2019 3 commits
  5. 10 Nov, 2019 1 commit
    • Oran Agra's avatar
      rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU · 28c20b4e
      Oran Agra authored
      - the API name was odd, separated to two apis one for LRU and one for LFU
      - the LRU idle time was in 1 second resolution, which might be ok for RDB
        and RESTORE, but i think modules may need higher resolution
      - adding tests for LFU and for handling maxmemory policy mismatch
      28c20b4e
  6. 07 Oct, 2019 3 commits
    • Oran Agra's avatar
      TLS: Implement support for write barrier. · 6b629480
      Oran Agra authored
      6b629480
    • 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
    • Oran Agra's avatar
      fix issues found by a static analyzer · d1a005ab
      Oran Agra authored
      cluster.c - stack buffer memory alignment
          The pointer 'buf' is cast to a more strictly aligned pointer type
      evict.c - lazyfree_lazy_eviction, lazyfree_lazy_eviction always called
      defrag.c - bug in dead code
      server.c - casting was missing parenthesis
      rax.c - indentation / newline suggested an 'else if' was intended
      d1a005ab
  7. 18 Sep, 2019 1 commit
  8. 02 Sep, 2019 1 commit
  9. 23 Jul, 2019 1 commit
  10. 15 Mar, 2019 1 commit
  11. 01 Mar, 2019 1 commit
  12. 09 Jan, 2019 2 commits
  13. 22 Oct, 2018 1 commit
  14. 18 Oct, 2018 1 commit
  15. 19 Sep, 2018 4 commits
  16. 11 Sep, 2018 1 commit
  17. 31 Jul, 2018 2 commits
  18. 24 Jul, 2018 2 commits
  19. 21 Jul, 2018 1 commit
  20. 03 Jul, 2018 1 commit
  21. 02 Jul, 2018 1 commit
  22. 24 Jun, 2018 1 commit
  23. 20 Jun, 2018 1 commit
    • Guy Benoish's avatar
      Enhance RESTORE with RDBv9 new features · b5197f1f
      Guy Benoish authored
      RESTORE now supports:
      1. Setting LRU/LFU
      2. Absolute-time TTL
      
      Other related changes:
      1. RDB loading will not override LRU bits when RDB file
         does not contain the LRU opcode.
      2. RDB loading will not set LRU/LFU bits if the server's
         maxmemory-policy does not match.
      b5197f1f
  24. 19 Jun, 2018 1 commit
  25. 09 Jun, 2018 1 commit
  26. 07 Jun, 2018 2 commits