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

Implement DialURLContext(...) #574

Merged
merged 5 commits into from Sep 30, 2021
Merged

Commits on Sep 26, 2021

  1. Implement DialURLContext(...)

    and convert DialURL to call DialURLContext()
    cameronelliott committed Sep 26, 2021
    Copy the full SHA
    94f130d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Update redis/conn.go

    Co-authored-by: Steven Hartland <steven.hartland@multiplay.co.uk>
    cameronelliott and stevenh committed Sep 28, 2021
    Copy the full SHA
    323a527 View commit details
    Browse the repository at this point in the history
  2. feat: add DialURLContext

    Add DialURLContext so that we can consumers have
    control over cancelation and timeout
    cameronelliott committed Sep 28, 2021
    Copy the full SHA
    24b516f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5351c67 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. feat: comments on DialURL

    Comments on DialURL should reflect it is a wrapper around DialURLContext
    cameronelliott committed Sep 30, 2021
    Copy the full SHA
    bc7b407 View commit details
    Browse the repository at this point in the history