-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for RANDOMKEY
Command
#254
Comments
Please assign this to me, i will understand code base first. Good for initial understanding of code flow, I have un-assign myself from other issue. |
Assigned |
@codeimmortal if you are not working on this, can I pick this one? |
@JyotinderSingh / @soumya-codes - Can you please assign this issue? Would like to try the SCAN approach to get the next valid key for this issue. |
This is yours @ArjunMenonPe . Thanks for picking this up. |
Hello @ArjunMenonPe, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
@arpitbbhayani I would like to pick this, if there has been no activity. Thanks |
@JyotinderSingh @soumya-codes Could you please assign this to me? |
Assigned, thanks for picking this up. However, please keep in mind that implementing RANDOMKEY in our setup has proven to be a little challenging up until now, particularly due to the data structures we are using internally. Feel free to discuss any blockers on the Discord channel. |
Thank you. Sure, I will do that. |
|
Just wanted to give an update, I am still working on it and hope to raise a PR tomorrow |
Hey @Vidyap23, just stumbled upon this, and read the RANDOMKEY implementation of Redis. |
Hey, if this is open I would like to work on it. I was tinkering around and kindof have a working prototype. But will need to discuss some trade-offs before initiating the PR |
Hello @Vidyap23, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
Hey @JyotinderSingh , would like to figure out how we can do it in O(1) or similar. Please assign to me. |
Hello @xanish, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
Hey @arpitbbhayani I have initiated the MR, just waiting for confirmation if it can be merged or needs any further changes. |
Hey @JyotinderSingh , may I work on this issue since it has been inactive for quite a while? |
This issue does not require further work at this time. |
We need to implement the RANDOMKEY command similar to the RANDOMKEY command in Redis. Please refer to the following commit in Redis to understand the implementation specifics - source.
The text was updated successfully, but these errors were encountered: