Methods
# append(key, value, optionsopt, callback) → {Promise.<AppendResult>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
key |
string | ||
value |
Buffer | ||
options |
Object |
<optional> |
|
timeout |
number |
<optional> |
|
callback |
AppendCallback |
Promise.<AppendResult>
# decrement(key, value, optionsopt, callback) → {Promise.<DecrementResult>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
key |
string | ||
value |
number | ||
options |
Object |
<optional> |
|
timeout |
number |
<optional> |
|
callback |
DecrementCallback |
Promise.<DecrementResult>
# increment(key, value, optionsopt, callback) → {Promise.<IncrementResult>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
key |
string | ||
value |
number | ||
options |
Object |
<optional> |
|
timeout |
number |
<optional> |
|
callback |
IncrementCallback |
Promise.<IncrementResult>
# prepend(key, value, optionsopt, callback) → {Promise.<PrependResult>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
key |
string | ||
value |
Buffer | ||
options |
Object |
<optional> |
|
timeout |
number |
<optional> |
|
callback |
PrependCallback |
Promise.<PrependResult>