-
Notifications
You must be signed in to change notification settings - Fork 517
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 of EXPIRETIME and PEXPIRETIME #1965
Conversation
Thanks for your effort!
If you build kvrocks with |
|
@kay011 Thanks for your contribution and quick response. |
This commit finish the #1948 and #1947.
It should be noted that since the timeout precision currently supported by kvrocks is seconds, the results obtained by executing PEXPIRETIME will be different from those obtained by redis. This is my first time trying to implement a kvrocks command, please give me your code review comments. Thanks!