Skip to content

Instantly share code, notes, and snippets.

@lpsm-dev
Created May 19, 2022 11:28
Show Gist options
  • Select an option

  • Save lpsm-dev/a0d75e4a0903cd8402e2a65d31d7e530 to your computer and use it in GitHub Desktop.

Select an option

Save lpsm-dev/a0d75e4a0903cd8402e2a65d31d7e530 to your computer and use it in GitHub Desktop.
[Databases] - Auth in Redis CLI

Auth in Redis CLI with password

redis-cli -h 127.0.0.1 -p 6379 -a 'password'

Listing All Databases

CONFIG GET databases

Listing All Databases With Entries

INFO keyspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment