Struct RedisCollection
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
m_db
|
RedisDatabase |
|
m_prefix
|
string[ID_LENGTH] |
|
m_suffix
|
string |
Properties
Name | Type | Description |
---|---|---|
database
[get]
|
inout(RedisDatabase) |
Methods
Name | Description |
---|---|
getKey
|
|
opIndex
|
|
remove
|
Removes an ID along with the corresponding value. |
Aliases
Name | Description |
---|---|
IDS
|
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.