Redis Cheat Sheet: by Via
Redis Cheat Sheet: by Via
BITCOUNT Count set bits LPUSHX Push if list exists DUMP Serialise item
BITOP Bitwise operations LRANGE Access range EXISTS Check for key
BITPOS Find first set bit LREM Remove EXPIRE Set timeout on item
DECR Decrement integer LSET Set item by index EXPIREAT Set timeout by timestamp
DECRBY Subtract from integer LTRIM Remove start and/or end KEYS Get all keys matching pattern