Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature redis user #90

Closed

Commits on Apr 19, 2024

  1. added user option to resource

    Signed-off-by: Christian Braun <[email protected]>
    cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    439877d View commit details
    Browse the repository at this point in the history
  2. added user option to resource

    Signed-off-by: Christian Braun <[email protected]>
    cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d45108e View commit details
    Browse the repository at this point in the history
  3. fixed property name

    Signed-off-by: Christian Braun <[email protected]>
    cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c5056ab View commit details
    Browse the repository at this point in the history
  4. Added Comment and Unittest

    Signed-off-by: Christian Braun <[email protected]>
    cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    358403d View commit details
    Browse the repository at this point in the history
  5. support passing ssl context for RedisCluster

    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c6d0569 View commit details
    Browse the repository at this point in the history
  6. raise minimum required version for the phpredis extension since the s…

    …sl/tls context parameter was introduced in version 5.3.2
    
    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    41b76cc View commit details
    Browse the repository at this point in the history
  7. improve type documentation of the redis cluster ssl context

    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d30c7bd View commit details
    Browse the repository at this point in the history
  8. set the redis cluster ssl context option default to null, otherwise a…

    … TLS connection is attempted by default
    
    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e9ead52 View commit details
    Browse the repository at this point in the history
  9. suppress psalm validation errors for the setter setSslContext and the…

    … phpredis RedisCluster class
    
    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5cc648f View commit details
    Browse the repository at this point in the history
  10. implement an sslContext class which can be used for passing the sslCo…

    …ntext to the RedisCluster
    
    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    37fe5d9 View commit details
    Browse the repository at this point in the history
  11. move psalm validation error suppression for the RedisCluster construc…

    …tor to the code
    
    Signed-off-by: robin-brabants <[email protected]>
    Co-authored-by: robin-brabants <[email protected]>
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    2 people authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    100a06c View commit details
    Browse the repository at this point in the history
  12. refactor: SslContext and its instantiation

    This refactors some of the `SslContext` implementation to have better readability, less complexity (regarding camel case handling, etc.) and explicit context serialization.
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    Signed-off-by: Christian Braun <[email protected]>
    boesing authored and cbraunVBM committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    62ae4a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28f14ea View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    d48d820 View commit details
    Browse the repository at this point in the history