-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Incorrect behavior of keyspace stats and DBSIZE command #615
Comments
Hi @apoorvyadav1111 |
Hi @Abh-ay , I have been working on this and will be raising a PR soon. Thank you for your interest in contributing. Please keep watch on new issues. |
Ok @apoorvyadav1111 |
Please only begin working on an issue if it is assigned to you. This helps avoid duplicate efforts. |
Co-authored-by: ayadav16 <ayadav7@binghamton.edu> Co-authored-by: Jyotinder Singh <jyotindrsingh@gmail.com>
Hi,
While going through the code, I observed that we are incrementing the KeyspaceStat count even if the operation is not creating new keys but overwriting the existing ones. This leads to the following behavior in dice:


In Redis:
Please assign this to me, if possible.
The text was updated successfully, but these errors were encountered: