Created
May 11, 2022 16:59
-
-
Save rossbu/cff781f3c61cad09a4b5fd8b94215bf3 to your computer and use it in GitHub Desktop.
Misc - cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Redis CLI | |
select 1 | |
config get * | |
config set timeout 900 | |
info | |
client list | |
monitor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment