Redis Cheatsheet
Commands::
# ---------------------------
# Keys Operations
# ---------------------------
EXISTS key # Check if a key exists. Returns 1 if exists, 0 otherwise.
DEL key # Delete a key.
EXPIRE key seconds #...
omkareshwarp.hashnode.dev7 min read