📄️ AUTH
Learn how to use Redis AUTH command for server authentication.
📄️ BGSAVE
Learn how to use Redis BGSAVE command to create a backup of the database in background.
📄️ CLIENT GETNAME
Learn how to use Redis CLIENT GETNAME command to fetch name of current connection.
📄️ CLIENT LIST
Learn how to use Redis CLIENT LIST command to fetch details about all client connections.
📄️ CLIENT SETNAME
Learn how to use Redis CLIENT SETNAME command to assign connection a name.
📄️ CLIENT TRACKING
Learn how to use Redis CLIENT TRACKING command to control server-assisted client side caching for the connection.
📄️ CLIENT
Learn how to use Redis CLIENT command to manage clients connected to the Redis server.
📄️ COMMAND COUNT
Learn how to use Redis COMMAND COUNT to count the total number of commands.
📄️ COMMAND
Learn how to use Redis COMMAND for information about all other commands.
📄️ CONFIG GET
Learn how to use Redis CONFIG GET command to retrieve configuration parameters.
📄️ CONFIG RESETSTAT
Learn how to use Redis CONFIG RESETSTAT command to reset statistics of the server.
📄️ CONFIG SET
Learn how to use Redis CONFIG SET command to set the configuration of the server.
📄️ CONFIG
Learn how to use Redis CONFIG command to configure Redis server at runtime.
📄️ DBSIZE
Learn how to use Redis DBSIZE command to fetch the number of keys in the current database.
📄️ DEBUG
Learn how to use Redis DEBUG command for debugging tasks.
📄️ ECHO
Learn how to use Redis ECHO command to display provided string.
📄️ FLUSHALL
Learn how to use Redis FLUSHALL command to delete all keys in every database.
📄️ FLUSHDB
Learn how to use Redis FLUSHDB command to remove all keys from the current database.
📄️ HELLO
Learn how to use Redis HELLO command as a handshake for the Redis protocol.
📄️ INFO
Learn how to use Redis INFO command to yield information and statistics of the server.
📄️ LASTSAVE
Learn how to use Redis LASTSAVE command to obtain the UNIX timestamp of the last database save.
📄️ MEMORY HELP
Learn how to use Redis MEMORY HELP command to know all the MEMORY subcommands.
📄️ MEMORY MALLOC-STATS
Learn how to use Redis MEMORY MALLOC-STATS command to retrieve memory allocator stats.
📄️ MEMORY
Learn how to use Redis MEMORY command to fetch information on memory.
📄️ MONITOR
Learn how to use Redis MONITOR command to inspect the operations.
📄️ PING
Learn how to use Redis PING command to check the server's status.
📄️ QUIT
Learn how to use Redis QUIT command to close present connection.
📄️ REPLCONF
Learn how to use Redis REPLCONF command for assisting in the replication process.
📄️ REPLICAOF
Learn how to use Redis REPLICAOF command to convert a master instance into its replicas.
📄️ ROLE
Learn how to use Redis ROLE command to retrieve the role of the server.
📄️ SAVE
Learn how to use Redis SAVE command to create a backup of the current database.
📄️ SELECT
Learn how to use Redis SELECT command to switch the database for the present connection.
📄️ SHUTDOWN
Learn how to use Redis SHUTDOWN command which terminates the server securely.
📄️ SLOWLOG GET
Discover how to use Redis SLOWLOG GET command to retrieve the list of slow commands.
📄️ SLOWLOG HELP
Discover how to use Redis SLOWLOG HELP command to retrieve the current number of entries in the slow log.
📄️ SLOWLOG LEN
Discover how to use Redis SLOWLOG LEN command to retrieve the current number of entries in the slow log.
📄️ SLOWLOG RESET
Discover how to use Redis SLOWLOG RESET command to clear all the entries from the slow log.
📄️ SLOWLOG
Learn how to use Redis SLOWLOG command to manage the Redis server slowlog.
📄️ TIME
Learn how to use Redis TIME command to fetch the current server time.