0.2.1 • Published 7 years ago

mtproto-storage-redis v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago