Replies: 1 comment 1 reply
-
@ninuxer Sorry for the late reply due to missing this message.
The POLLUPDATE command is used to poll the write updates, so it's expected to see intermediate states. For example, you send the request: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
test case:

1、write some keys,
scan
can display the keys2、
flushdb
andcompact
, thenscan
cannot display the keys, butpollupdate
canexpected result:
after
flushdb
andcompact
,pollupdate
cannot get any key likescan
Beta Was this translation helpful? Give feedback.
All reactions