0.2.1 • Published 6 years ago

mtproto-storage-redis v0.2.1

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

mtproto-storage-redis

npm

Save telegram-mtproto session into redis hash

Installation

$ npm install mtproto-storage-redis

Usage

import { MTProto } from 'telegram-mtproto'
import Storage from 'mtproto-storage-redis'

const HASH = 'session'

const storage = new Storage(HASH)

const mtproto = MTProto({
  // ...
  app: { storage }
})
0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago