Struct RedisHash
Represents a Redis hash value.
struct RedisHash(T)
;
In addition to the methods specific to hash values, all operations of
RedisValue
are available using an alias this
declaration.
Constructors
Name | Description |
---|---|
this
(db, key)
|
Fields
Name | Type | Description |
---|---|---|
value
|
RedisValue |
Methods
Name | Description |
---|---|
exists
(field)
|
|
exists
()
|
|
get
(field, def_value)
|
|
getMultiple
()
|
|
length
()
|
|
opApply
(del)
|
|
opApply
(del)
|
|
opIndex
(field)
|
|
opIndexAssign
(value, field)
|
|
opIndexOpAssign
(value, field)
|
|
opIndexOpAssign
(value, field)
|
|
remove
()
|
|
remove
()
|
|
setIfNotExist
(field, value)
|