Commands
>
EXISTS

EXISTS

Syntax

EXISTS key

Description

Checks if one or more entries exist in the cache

Example

> EXISTS mykey
> SET mykey myvalue
> EXISTS mykey

Related Commands