Yield functions
5GetAsync
(key: string, options: Instance = …) → Tuple
| Field | XML type | Value |
|---|
Name | string | GetAsync |
IncrementAsync
(key: string, delta: int = …, userIds: Array = …, options: Instance = …) → Tuple
| Field | XML type | Value |
|---|
Name | string | IncrementAsync |
RemoveAsync
(key: string) → Tuple
| Field | XML type | Value |
|---|
Name | string | RemoveAsync |
SetAsync
(key: string, value: Variant, userIds: Array = …, options: Instance = …) → void
| Field | XML type | Value |
|---|
Name | string | SetAsync |
UpdateAsync
(key: string, transformFunction: Function) → Tuple
| Field | XML type | Value |
|---|
Name | string | UpdateAsync |