Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Fix errant keys in Redis scripts #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix errant keys in Redis scripts #111

wants to merge 1 commit into from

Conversation

garoose
Copy link

@garoose garoose commented Jun 7, 2019

The metric labels and command types were inappropriately specified as
KEYS in the Redis scripts. This meant there was no way to avoid a
CROSSSLOT Keys in request don't hash to the same slot error when using
a Redis cluster that hashes keys to select a specific node.

The metric labels and command types were inappropriately specified as
KEYS in the Redis scripts. This meant there was no way to avoid a
`CROSSSLOT Keys in request don't hash to the same slot` error when using
a Redis cluster that hashes keys to select a specific node.
@garoose
Copy link
Author

garoose commented Jun 7, 2019

Resolves: #110

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant