DOCS
PRICING
GITHUB
DOWNLOAD
Commands
>
INCR
GETTING STARTED
Installation
Configuration
Connecting
Commands
WIRE PROTOCOLS
RESP (Valkey/Redis)
Postgres
Memcache
HTTP
SECURITY
TLS/HTTPS
Auth Password
< GET
KEYS >
INCR
Syntax
INCR key
Description
Increment a 64-bit signed integer by one.
Example
> SET num 100 > INCR num > INCR num
Related Commands
APPEND
DECR
DECRBY
DEL
EXISTS
EXPIRE
GET
INCR
KEYS
MGET
MGETS
PREPEND
PTTL
SET
TTL
UDECR
UDECRBY
UINCR
UINCRBY