Open Dudemullet opened 5 years ago
ctq.reset key key should store the TTL set on it and if this command is ever called on it, just reset TTL to that value.
ctq.reset key
the ctq:store namespace is already storing a Hashmap at the key so we could add a new key:value that has ttl:<value>.
ctq:store
Hashmap
ttl:<value>
If a key's TTL is ever changed, the new value should be stored in the Hashmap
new command
ctq.reset key
key should store the TTL set on it and if this command is ever called on it, just reset TTL to that value.the
ctq:store
namespace is already storing aHashmap
at the key so we could add a new key:value that hasttl:<value>
.If a key's TTL is ever changed, the new value should be stored in the
Hashmap