1. 25 Jul, 2023 1 commit
    • michael-grunder's avatar
      Retry poll(2) if we are intterupted. · af955176
      michael-grunder authored
      This commit adds logic to retry our poll call when waiting for the
      connection to complete, in the event that we are interrupted by a
      signal.
      
      Additionally we do some simple bookkeeping to keep track of the overall
      timeout specified by the user.
      
      Fixes #1206
      af955176
  2. 14 Jul, 2023 1 commit
  3. 13 Jul, 2023 2 commits
  4. 12 Jul, 2023 2 commits
  5. 10 Jul, 2023 1 commit
  6. 08 Jun, 2023 1 commit
  7. 01 Jun, 2023 2 commits
  8. 30 May, 2023 2 commits
  9. 29 May, 2023 1 commit
    • Viktor Söderqvist's avatar
      Helper for setting TCP_USER_TIMEOUT socket option (#1188) · b6a052fe
      Viktor Söderqvist authored
      * Implement redisSetTcpUserTimeout to set socket option TCP_USER_TIMEOUT
      
      * Documentation for redisSetTcpUserTimeout and some more undocumented functions
      
      Documentation for redisReconnect() and the setters of socket options:
      
      * redisKeepAlive()
      * redisEnableKeepAliveWithInterval()
      * redisSetTcpUserTimeout()
      b6a052fe
  10. 24 Apr, 2023 1 commit
  11. 19 Apr, 2023 1 commit
  12. 16 Apr, 2023 1 commit
  13. 15 Apr, 2023 1 commit
  14. 14 Apr, 2023 2 commits
  15. 13 Mar, 2023 1 commit
  16. 09 Mar, 2023 2 commits
  17. 08 Mar, 2023 2 commits
  18. 24 Feb, 2023 1 commit
    • Dominik Charousset's avatar
      Write a version file for the CMake package (#1165) · 1cbd5bc7
      Dominik Charousset authored
      * Write a version file for the CMake package
      
      > If no VERSION is given, the PROJECT_VERSION variable is used.
      
      Since we set the project version to `${VERSION}`, we can safely skip
      passing it to `write_basic_package_version_file` as well.
      1cbd5bc7
  19. 06 Jan, 2023 1 commit
  20. 27 Dec, 2022 1 commit
  21. 21 Dec, 2022 1 commit
  22. 16 Nov, 2022 1 commit
  23. 15 Nov, 2022 1 commit
  24. 14 Nov, 2022 1 commit
  25. 13 Nov, 2022 1 commit
  26. 10 Nov, 2022 4 commits
  27. 07 Nov, 2022 1 commit
  28. 02 Nov, 2022 2 commits
  29. 27 Oct, 2022 1 commit