Acquire a Redis connection and use an optional priority.
priority list number
Promise resolve with the connection or Error
Returns available connections count of the pool
available connections count of the pool
Destroy a Redis connection.
Redis connection
void
Drains the connection pool and call the callback id provided.
Promise
Returns factory.name for this pool
Name of the pool
Returns this.poolOptions for this pool
pool options given
Returns size of the pool
size of the pool
Returns this.redisOptions for this pool
redis options given
Returns pending connections count of the pool
pending connections count of the pool
Release a Redis connection to the pool.
Redis connection
void
Send redis instructions
Name of the command
Args sent to the command
Promise resolve with the result or Error
Returns pool status and stats
pool status and stats
Generated using TypeDoc
RedisPool