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