Skip to content

Conversation

jbagot
Copy link

@jbagot jbagot commented Mar 21, 2018

Since django-redis has been updated to 4.9.0 is using CacheKey object like a pattern for the keys command. This caused an error in this line: pattern = pattern.decode('utf-8').
Then if before this line we can add the pattern = self._encode(pattern) we can avoid this. Also if the pattern is a normal string like the default '*' works.

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.

1 participant