RedisType

The type of a Redis key.

Values

ValueMeaning
none

Non-existent key

string

String/binary value

list

Linked list

set

Unsorted set

zset

Sorted set

hash

Unsorted map

Meta