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

Fix RedisBackend bootstrap, NullPointerException #462

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Fix RedisBackend bootstrap, NullPointerException #462

merged 2 commits into from
Mar 23, 2022

Conversation

purbon
Copy link
Collaborator

@purbon purbon commented Mar 22, 2022

  • Please check if the PR fulfills these requirements
  • The commit messages are descriptive
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • An issue has been created for the pull requests. Some issues might require previous discussion.
  • What kind of change does this PR introduce? Bug fix

Fix case when first load happends from redis and no state is there, null return handling, added related test as well

  • What is the current behavior? (You can also link to an open issue here)

broken see #453

close #453

…ull return handling, added related test as well
@purbon purbon changed the title Fix case RedisBackend bootstrap Fix RedisBackend bootstrap, NullPointerException Mar 22, 2022
@purbon purbon merged commit 3cfe733 into master Mar 23, 2022
purbon added a commit that referenced this pull request Apr 6, 2022
* fix case when first load happends from redis and no state is there, null return handling, added related test as well

* small cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when running with Redis Backend
1 participant