Struct RedisObject
Models a single strongly typed object.
This structure is rougly equivalent to a value of type T. The
underlying data is represented as a Redis hash. This means that only
primitive fields
are supported for T.
Constructors
Name | Description |
---|---|
this
|
|
this
|
Fields
Name | Type | Description |
---|---|---|
m_hash
|
RedisHash!string |
Properties
Name | Type | Description |
---|---|---|
exists
[get]
|
bool |
|
get
[get]
|
T |
Methods
Name | Description |
---|---|
fields
|
|
opAssign
|
|
remove
|
|
toKeysAndValues
|
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.