Replies: 1 comment 2 replies
-
@theyueli You should use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I've been trying to play with client tracking in redis-py, I'm using Redis-py 5.0.1 with a local build of the redis main branch.
I have the following testing code:
I'm trying to follow the suggestion here:
https://redis-py.readthedocs.io/en/stable/resp3_features.html
But it seems I can't retrieve the invalidation message as the print statement always just prints out the command result only:
Did I miss anything here?
The same flow works well with correctly printed invalidation message on redis-cli.
Beta Was this translation helpful? Give feedback.
All reactions