Replies: 1 comment
-
I just tested on recent version and it's fine. |
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
-
In Redis, the complexity of
SRANDMEMBER
isTime complexity: Without the count argument O(1), otherwise O(N) where N is the absolute value of the passed count.
Is this similar in kvrocks? I have the impression whatever count value used, it's the full set which is considered.
Beta Was this translation helpful? Give feedback.
All reactions