You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: