Redis
Port : 6379
Redis-Cli
Ping database
Connect to database
List all keys
For security reasons, provide the password to redis-cli automatically via the REDISCLI_AUTH environment variable.
CLI commands
Commands | Description |
---|---|
get key_name | Retrieve key value |
keys * | List all keys |
info | Retrieve informations about redis instance |