Skip to main content
DevTools24

Redis कमांड बिल्डर

Redis कमांड बनाएं।

SET
Set string value
GET
Get string value
MSET
Set multiple keys
MGET
Get multiple keys
INCR
Increment integer value
INCRBY
Increment by value
DECR
Decrement integer value
APPEND
Append to string
STRLEN
Get string length
SETEX
Set with expiration
Select a command from the list
redis-cli -h localhost -p 6379

tools.redis-command-builder.toolInfo.title - तकनीकी विवरण

tools.redis-command-builder.toolInfo.details

कमांड-लाइन विकल्प

# Common Redis operations
SET user:1 '{"name":"John"}' EX 3600
HSET user:1:profile name John age 30
LPUSH queue:jobs job1 job2

संदर्भ

आधिकारिक स्पेसिफिकेशन देखें