anphxyz / aredis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I. Description

This is a simple redis wrapper using promise and allow use async/await only work with HASH :

option parameter at build() follow Client options of NodeRedis and 2 addtion properties by aredis-xyz:

  • prefix
  • hashName

@see https://github.com/NodeRedis/node-redis#user-content-options-object-properties

II. Install

    npm i aredis-xyz

III. Uninstall

    npm uninstall aredis-xyz

IV. Using

    const aredis = require('aredis-xyz').build(option);// default prefix is AREDIS- final hash format by AREDIS-POST

About


Languages

Language:JavaScript 100.0%