Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 571 Bytes

set-key.mdx

File metadata and controls

29 lines (19 loc) · 571 Bytes
title description
SET KEY
The SET KEY command sets or updates a keyname to a specific keyvalue

Syntax

SET KEY keyname TO keyvalue

Privileges

SETTINGS

Description

The SET KEY command sets or updates a keyname to a specific keyvalue. Once set, the server immediately uses the updated value (and automatically distributes it on the cluster).

Return

OK string or error value (see SCSP protocol).

Example

> SET KEY max_chunk_size TO 524288
OK