-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
#570: Adds support for SETEX command #590
Conversation
@AshikBN please rebase to resolve conflicts. |
d47e3cc
to
e788311
Compare
rebase is done.pls check @lucifercr07 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's implement setex based on set the way @kushal0511-not has suggested.
Please rebase on latest master and resolve conflicts.
resolved the conflicts and updated evalsetex to call evalset func
e788311
to
af5d538
Compare
made the relevant changes, pls review @kushal0511-not |
Thanks for changes @AshikBN . Could you please address @JyotinderSingh 's comments also? |
done @kushal0511-not |
@AshikBN Thanks for changes. LGTM. |
added comments @kushal0511-not |
Thanks for adding support for the The changes had gone out of date and weren't compatible with the new code anymore, since the Merging this now. |
Co-authored-by: Jyotinder Singh <jyotindrsingh@gmail.com>
Added support for SETEX command #570