Redis Command
Command examples
GET
['GET', 'key']SET
['SET', 'key', 'something']DEL
['DEL', 'key']INCR
['INCR', 'counter']LPUSH
RPOP
HSET
HGET
Last updated
Was this helpful?
['GET', 'key']['SET', 'key', 'something']['DEL', 'key']['INCR', 'counter']Last updated
Was this helpful?
Was this helpful?
['LPUSH', 'work:queue:ids', '101']['RPOP', 'work:queue:ids']['HSET', 'user:123', 'username', 'martina', 'firstName', 'Martina', 'lastName', 'Elisa', 'country', 'GB']['HGET', 'user:123', 'username']