pmem / kvdk

Key Value Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW]Support to get value type by key.

chencheng1560 opened this issue · comments

The problem/use-case that the feature addresses

The Redis commands such as KEYS, DEL require the storage system to provide the type of the key.

Description of the feature

E.g. DEL key1,----> kvdk return key1 is belong to String? List? Hash? Set? etc