0.6.0 • Published 3 years ago

@machinat/redis-state v0.6.0

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

Redis State Module

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

Install

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

Docs

Check the Using State document and the package reference.

Setup

import Machinat from '@machinat/core';
import RedisState from '@machinat/redis-state';

const app = Machinat.createApp({
  modules: [
    RedisState.initModule({
      clientOptions: {
        host: 'localhost',
        port: 6379,
      },
    }),
  ],
});
0.6.0

3 years ago

0.6.0-canary.2

3 years ago

0.6.0-canary.0

3 years ago

0.6.0-beta.0

3 years ago

0.5.0-beta.30

3 years ago

0.5.0-beta.31

3 years ago

0.5.0-beta.16

3 years ago

0.5.0-beta.36

3 years ago

0.5.0-beta.14

3 years ago

0.5.0-beta.44

3 years ago

0.5.0

3 years ago

0.5.0-beta.5

4 years ago

0.5.0-beta.1

4 years ago

0.5.0-beta.0

4 years ago

0.4.1-alpha.44

4 years ago

0.4.1-alpha.34

4 years ago

0.4.1-alpha.33

4 years ago

0.4.1-alpha.29

4 years ago

0.4.1-alpha.28

4 years ago

0.4.1-alpha.23

4 years ago

0.4.1-alpha.21

4 years ago

0.4.1-alpha.3

4 years ago

0.4.1-alpha.1

4 years ago

0.4.0-beta.1

4 years ago

0.4.0-beta.0

4 years ago

0.3.0-beta.2

5 years ago

0.3.0-beta.1

5 years ago

0.3.0-beta.0

5 years ago