# new RedisClient (connSettings: object)
Methods
# commands (args: string) → null | string | number | Array.<(string | Array.<string>)> instance
Send a series of commands and return a redis response.
Depending on command response can be a string, integer, array of <string|array
For blocking operations with timeout reached returns null. Throw in case of protocol level error or connection lost and reconnect fails in connSettings.reconnectTimeout ms.