8000 Don't fail on key not found. by nixtrace · Pull Request #13 · stickermule/rump · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Don't fail on key not found. #13

Merged
merged 1 commit into from
Mar 1, 2017
Merged

Don't fail on key not found. #13

merged 1 commit into from
Mar 1, 2017

Conversation

nixtrace
Copy link
Contributor
@nixtrace nixtrace commented Mar 1, 2017

Redigo raises an error, nil returned, if the key is not found. This can happen for example if SCAN finds a key but on DUMP the key is not there. Rump shouldn't fail on this error because it doesn't affect the sync.

Redigo raises an error, nil returned, if the key is not found.
This can happen for example if SCAN finds a key but on DUMP
the keys is not there. Rump shouldn't fail on this error
because it doesn't affect the sync.
@nixtrace nixtrace merged commit 00e6544 into master Mar 1, 2017
@nixtrace nixtrace deleted the key-not-found branch March 1, 2017 22:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0