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

Issue #204 - Redis Get response in case of missing value #238

Merged
merged 2 commits into from Jul 22, 2020
Merged

Issue #204 - Redis Get response in case of missing value #238

merged 2 commits into from Jul 22, 2020

Commits on Jul 21, 2020

  1. Issue #204 - Redis Get response in case of missing value

    * Handle err == redis.Nil as a cache miss instead of an error
    Signed-off-by: George Christou <christgf@gmail.com>
    christgf committed Jul 21, 2020
    Copy the full SHA
    ca9e40f View commit details
    Browse the repository at this point in the history
  2. Issue #204 - Redis Get response in case of missing value

    * Happy path should be last statement
    Signed-off-by: George Christou <christgf@gmail.com>
    christgf committed Jul 21, 2020
    Copy the full SHA
    db834f3 View commit details
    Browse the repository at this point in the history