pmem / kvdk

Key Value Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW] KVDK need to have the KV expire capability to support a lot of related Redis commands.

chencheng1560 opened this issue · comments

The problem/use-case that the feature addresses

One of Redis's key features is that it allows data structures to set an expire times. Currently KVDK do not provide the KV expire capability

Description of the feature

We expect KVDK to provide the option to set the expiry time when executing commands such as Set, Get, etc. This feature will also be used to implement the redis command such as command TTL, EXPIRE, etc.

Alternatives you've considered

No

Additional information

No

We will support this function with a patch series, about 3 patches. Please stay tuned :)