tonivade/claudb

Implement set command options

tonivade opened this issue · 0 comments

Now, the implementation of set command is too simple and doesn't support additional options added in REDIS

    EX seconds -- Set the specified expire time, in seconds.
    PX milliseconds -- Set the specified expire time, in milliseconds.
    NX -- Only set the key if it does not already exist.
    XX -- Only set the key if it already exist.

see documentation