πŸ“¦ fghpdf / readBitmap

read bitmap from redis

β˜… 2 stars β‘‚ 0 forks πŸ‘ 2 watching βš–οΈ MIT License
πŸ“₯ Clone https://github.com/fghpdf/readBitmap.git
HTTPS git clone https://github.com/fghpdf/readBitmap.git
SSH git clone git@github.com:fghpdf/readBitmap.git
CLI gh repo clone fghpdf/readBitmap
fghpdf fghpdf feat: η¬¬δΈ€η‰ˆδ»£η  82ab0a7 7 years ago πŸ“ History
πŸ“‚ 82ab0a74de591036013c893da9c36ac38e250143 View all commits β†’
πŸ“„ .gitignore
πŸ“„ .npmrc
πŸ“„ index.js
πŸ“„ LICENSE
πŸ“„ package.json
πŸ“„ README.md
πŸ“„ README.md

readBitmap

read bitmap from redis


Quick Start

Install

npm i --save readbitmap

Basic Usage

const readBitmap = require('readbitmap')
readBitmap('testBit').then((res) => {
  console.log(res)
})

// [0, 12, 13, 100]

Params

The first param is redis bitmap key.

The second param is redis config, you can see ioredis to get more infomation to connect redis.

License

MIT