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

Refactor Client constructor options, add (m)TLS support #17

Merged
merged 14 commits into from
Nov 2, 2023

Commits on Oct 17, 2023

  1. Allow specifying URL in Client constructor

    imiric authored and oleiade committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7a59cd5 View commit details
    Browse the repository at this point in the history
  2. Refactor Client constructor options

    To allow passing objects similar to node-redis. See
    #13 (comment)
    imiric authored and oleiade committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ea67f9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e3307 View commit details
    Browse the repository at this point in the history
  4. Add TLS support to StubServer

    imiric authored and oleiade committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b855443 View commit details
    Browse the repository at this point in the history
  5. Add mTLS support to StubServer

    imiric authored and oleiade committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    313da51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce00fd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfa44e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29710c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a1628a View commit details
    Browse the repository at this point in the history
  10. Add TLS example

    oleiade committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8b084e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Update README.md

    Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
    oleiade and codebien authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1c81032 View commit details
    Browse the repository at this point in the history
  2. Update redis/client.go

    Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
    oleiade and codebien authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f2da65a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 2, 2023

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