1.2.0 • Published 4 years ago

@satont/grammy-redis-storage v1.2.0

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

Redis storage adapter for grammY

Storage adapter that can be used to store your session data in Redis when using sessions.

Installation

Node

npm install @satont/grammy-redis-storage ioredis --save
npm install @types/ioredis -D
import { RedisAdapter } from "@satont/grammy-redis-storage";
import IORedis from "ioredis";

Deno

import { RedisAdapter } from "https://x.nest.land/grammy-redis-storage@1.1.1/src/mod.ts";
import { connect } from "https://deno.land/x/redis@v0.25.0/mod.ts";

Usage

You can check examples folder

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago