Constructor
(protected) new StorePlugin(server, options)
Parameters:
| Name | Type | Description |
|---|---|---|
server |
chat-service.ChatService | Service instance. |
options |
Object | Store options. |
Store plugin. See src/RedisState.js and src/MemoryState.js for
implementation details. Methods MUST return bluebird ^3.0.0
compatible promises (not just ES6 promises).
| Name | Type | Description |
|---|---|---|
server |
chat-service.ChatService | Service instance. |
options |
Object | Store options. |