method
RedisClient.duplicate
Create a new RedisClient instance with the same configuration as the current instance.
Opens a new connection to the Redis server.
Referenced types
namespace RedisClient
- type KeyLike = string | ArrayBufferView | Blob
- type StringPubSubListener = (message: string, channel: string) => void