2.16.2.4. Hash Type Access Commands

HSCAN

iterate over existing fields

HKEYS

list existing fields

HVALS

get existing values

HRANDFIELD

get random existing field (and value)

HEXISTS

test existence of a field

HLEN

get the number of existing fields

HDEL

delete a field

HGET

get the value of a field

HSET

set the value of a field

HSETNX

... if target does not exist

HGETALL

get all fields and values

HMGET

get multiple fields

HMSET

set multiple fields

HSTRLEN

get the length of a field value

HINCRBY

interpret field as integer and increment or decrement

HINCRBYFLOAT

interpret field as float and increment or decrement