Skip to content
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

More String cmds implementation #129

Merged
merged 3 commits into from
May 19, 2022
Merged

More String cmds implementation #129

merged 3 commits into from
May 19, 2022

Conversation

yampml
Copy link
Member

@yampml yampml commented May 17, 2022

�Implemented below commands

  • GETEX
  • MSETNX
  • PSETEX
  • SETEX
  • SETNX
    Also a method to remove expire time for a key.

@yampml yampml requested a review from tuhuynh27 May 17, 2022 14:41
@yampml yampml self-assigned this May 17, 2022
@yampml yampml linked an issue May 17, 2022 that may be closed by this pull request
11 tasks
Copy link
Member

@tuhuynh27 tuhuynh27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tuhuynh27 tuhuynh27 added the enhancement New feature or request label May 17, 2022
@tuhuynh27 tuhuynh27 merged commit c5a68a6 into develop May 19, 2022
@tuhuynh27 tuhuynh27 deleted the stringcmd_impl2 branch May 19, 2022 01:25
@tuhuynh27 tuhuynh27 mentioned this pull request May 19, 2022
tuhuynh27 added a commit that referenced this pull request May 19, 2022
* getex draft

* more string cmds

* add tests & doc
add remove expire key

Co-authored-by: Huynh, Tu | RASIA <tu.huynh@rakuten.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String commands implementation
2 participants