Struct RedisList
Represents a Redis list value
.
In addition to the methods specific to list values, all operations of
RedisValue
are available using an alias this declaration.
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
value
|
RedisValue |
Methods
Inner structs
Name | Description |
---|---|
Dollar
|
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.