You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @theyueli,
As of now I don't think it's possible.
but as you can see in #3038 and #3089 this is something we are working on now - to add client side caching to redis-py so when this work will be done you will can use this feature
@theyueli We released a beta versions (5.1.0b2 already released and 5.1.0b3 will come in the next 2 days) with client side caching support, your more than welcome to test it and you can feel completely free to bother me with any questions you have about it.
@theyueli We released a beta versions (5.1.0b2 already released and 5.1.0b3 will come in the next 2 days) with client side caching support, your more than welcome to test it and you can feel completely free to bother me with any questions you have about it.
thank you @dvora-h ! I will give it a try soon, will keep you posted.
hello,
I posted this question on Redis' discussion panel:
redis/redis#12880
and got no response.. trying to post the same question here as it is more relevant...
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.
The text was updated successfully, but these errors were encountered: