redis/config

Get Configuration

Read server config

management
configuration

Command

CONFIG GET parameter

Explanation

Reads the configuration parameters of a running Redis server.

Examples

Get all config parameters

CONFIG GET *

Get maxmemory setting

CONFIG GET maxmemory