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
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a Key, a Value and a TTL. We should also add a field specifying the type of the Value
The text was updated successfully, but these errors were encountered:
Hey @lucasnorman, we reverted a lot of changes so that we could overhaul how we handle distribution. As a result we don't have multiple datatypes at the moment. However, we'll be adding them back in the future
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a
Key
, aValue
and aTTL
. We should also add a field specifying the type of theValue
The text was updated successfully, but these errors were encountered: