denokv
denokv copied to clipboard
Support for multiple data structures
Currently deno kv uses only key-value store system. Which is fast but I really miss hash like redis provides key field-value system.
Also incrementing values is a bit more handy than just simply using val.incrBy().
Will KV always remain just as it is right now or it will extend its wings?