0.8.0 • Published 2 years ago

@sociably/redis-state v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Redis State Module

This module implement the BaseStateController interface with redis in-memory database.

Install

npm install @sociably/core @sociably/redis-state
# or with yarn
yarn add @sociably/core @sociably/redis-state

Docs

Check the Using State document and the package reference.

Setup

import Sociably from '@sociably/core';
import RedisState from '@sociably/redis-state';

const app = Sociably.createApp({
  modules: [
    RedisState.initModule({
      clientOptions: {
        host: 'localhost',
        port: 6379,
      },
    }),
  ],
});
0.9.0-alpha.0

2 years ago

0.9.0-alpha.4

2 years ago

0.9.0-alpha.26

2 years ago

0.8.0

2 years ago

0.8.0-alpha.28

2 years ago

0.8.0-alpha.10

2 years ago

0.8.0-alpha.8

2 years ago

0.8.0-alpha.0

3 years ago

0.8.0-alpha.1

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago