Skip to content

Instantly share code, notes, and snippets.

@rossbu
Created May 11, 2022 16:59
Show Gist options
  • Save rossbu/cff781f3c61cad09a4b5fd8b94215bf3 to your computer and use it in GitHub Desktop.
Save rossbu/cff781f3c61cad09a4b5fd8b94215bf3 to your computer and use it in GitHub Desktop.
Misc - cli
## 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