0.6.0 • Published 2 years ago

@machinat/redis-state v0.6.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 @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

2 years ago

0.6.0-canary.2

2 years ago

0.6.0-canary.0

2 years ago

0.6.0-beta.0

2 years ago

0.5.0-beta.30

2 years ago

0.5.0-beta.31

2 years ago

0.5.0-beta.16

2 years ago

0.5.0-beta.36

2 years ago

0.5.0-beta.14

2 years ago

0.5.0-beta.44

2 years ago

0.5.0

2 years ago

0.5.0-beta.5

2 years ago

0.5.0-beta.1

3 years ago

0.5.0-beta.0

3 years ago

0.4.1-alpha.44

3 years ago

0.4.1-alpha.34

3 years ago

0.4.1-alpha.33

3 years ago

0.4.1-alpha.29

3 years ago

0.4.1-alpha.28

3 years ago

0.4.1-alpha.23

3 years ago

0.4.1-alpha.21

3 years ago

0.4.1-alpha.3

3 years ago

0.4.1-alpha.1

3 years ago

0.4.0-beta.1

3 years ago

0.4.0-beta.0

3 years ago

0.3.0-beta.2

4 years ago

0.3.0-beta.1

4 years ago

0.3.0-beta.0

4 years ago