GET KEY

Syntax

GET KEY keyname

Privileges

SETTINGS

Description

The GET KEY command retrieves a single specific setting about a keyname.

Return

A single value (usually a String) that depends on the input keyname.

Example

> GET KEY max_chunk_size
307200

> GET KEY non_existing_key
NULL