Struct RedisHash
Represents a Redis hash value
.
In addition to the methods specific to hash values, all operations of
RedisValue
are available using an alias this declaration.
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
value
|
RedisValue |
Methods
Name | Description |
---|---|
exists
|
|
get
|
|
getMultiple
|
|
length
|
|
opApply
|
|
opApply
|
|
opIndex
|
|
opIndexAssign
|
|
opIndexOpAssign
|
|
remove
|
|
setIfNotExist
|
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.