using autoflush with AsyncCommands #1716
Unanswered
jigneshmpatel
asked this question in
Q&A
Replies: 1 comment
-
also wondering if I use mset, then how much the performance different. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have implemented the following method:
However the system is not putting data in cache, when used with
But, if it is used with regular
set
command without usingthen system puts the data in cache. I am wondering if there is a bug for using autoflush with async setup?
Beta Was this translation helpful? Give feedback.
All reactions