📄️ DEL
Learn how to use Redis DEL command to delete a key.
📄️ DISCARD
Master Redis DISCARD command that discards all commands issued after MULTI.
📄️ DUMP
Understand how to use Redis DUMP command for returning a serialized version of stored value.
📄️ EVAL
Learn how to use Redis EVAL command to execute a Lua script.
📄️ EVALSHA
Get insights on Redis EVALSHA command for executing Lua scripts using SHA-1.
📄️ EXEC
Discover how to use Redis EXEC command to execute all commands issued after MULTI.
📄️ EXISTS
Learn how Redis EXISTS command checks if a key exists.
📄️ EXPIRE
Learn Redis EXPIRE command that sets a key's time-to-live in seconds.
📄️ EXPIREAT
Make use of Redis EXPIREAT command to set key expiry with UNIX timestamp.
📄️ FIELDEXPIRE
FIELDEXPIRE command to set the expiration time of specific values for hset and set family.
📄️ FIELDTTL
Learn the Dragonfly FIELDTTL command to get remaining time-to-live of a key.
📄️ KEYS
Learn to use Redis KEYS command to find keys that match a pattern.
📄️ MOVE
Learn usage of Redis MOVE command that moves a key to another database.
📄️ MULTI
Discover the Redis MULTI command used for transactions.
📄️ PERSIST
Learn how Redis PERSIST command removes a key's time-to-live.
📄️ PEXPIRE
Understand the use of Redis PEXPIRE command to set key expiry in milliseconds.
📄️ PEXPIREAT
Use Redis PEXPIREAT command sets a key's time-to-live in UNIX time.
📄️ PTTL
Learn to apply Redis PTTL command to get the time-to-live of a key in milliseconds.
📄️ RENAME
Learn Redis RENAME command which renames a key.
📄️ RENAMENX
Learn Redis RENAMENX command to rename a key, only if the new key does not exist.
📄️ RESTORE
Get insights on using Redis RESTORE command to create key using serialized value.
📄️ SCAN
Discover how to use Redis SCAN command for incremental iteration over a collection of keys.
📄️ SCRIPT EXISTS
Understand Redis SCRIPT EXISTS command for checking scripts' existence in the cache.
📄️ SCRIPT HELP
Use Redis SCRIPT HELP command to understand script debugging capabilities.
📄️ SCRIPT LATENCY
Get the Redis SCRIPT LATENCY command to manage script evaluation latency.
📄️ SCRIPT LIST
Learn how to use Redis SCRIPT LIST to return a list of issued script commands.
📄️ SCRIPT LOAD
Learn to use the Redis SCRIPT LOAD command which loads a script into cache.
📄️ SCRIPT
Get insights on how to use the Redis SCRIPT command for managing Lua scripts.
📄️ SORT
Discover how to use Redis SORT command for sorting elements in list, set or sorted sets.
📄️ STICK
Learn to apply STICK command to prevent items from being evicted.
📄️ TOUCH
Learn how the Redis TOUCH command alters the last access time of a key.
📄️ TTL
Learn the Redis TTL command to get remaining time-to-live of a key.
📄️ TYPE
Explore the Redis TYPE command for finding a key's data type.
📄️ UNLINK
Understand the use of Redis UNLINK command to delete keys avoiding blocking operations.
📄️ UNWATCH
Learn to use Redis UNWATCH command that flushes all previously watched keys.
📄️ WATCH
Learn the use of Redis WATCH command to monitor keys for conditional transactions.