toindev / redis-connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-connector

redis.getClient(clientName, { promisify: true, onError });
  • [clientName] client name used to get the same instance. Default "base"
  • [options]
    • [promisify] decorate redis client with util.promisify. Default false
    • [onError] function called on error

About

License:MIT License


Languages

Language:JavaScript 100.0%