Procs for setting, getting, and managing keys in the key-value store.

keyv.bytesize
Gets the bytesize of a key.
keyv.count
Counts keys.
keyv.create
Creates a key.
keyv.created
Gets the created timestamp of a key.
keyv.delete
Deletes a key.
keyv.exists
Checks if a key exists.
keyv.expire
Sets a key to expire.
keyv.expiry
Gets the expiry of a key.
keyv.get
Gets the value of a key.
keyv.persist
Removes the expiry of a key.
keyv.scan
Iterates over keys.
keyv.set
Sets the value of a key.
keyv.touch
Ensures that a key exists.
keyv.transform
Transforms the value of a key.
keyv.ttl
Gets the ttl of a key.
keyv.type
Gets the type of key.
keyv.update
Updates the value of a key.
keyv.updated
Gets the updated timestamp of a key.

Stuck? Want to chat about an idea? Join the community on Discord.