Current RedisOptions mix connect and pooling options in the same class. If we want to use an options supplier pattern we should distinguish between those.
This PR decompose the RedisOptions in PoolOptions and a RedisConnectOptions hierarchy (for various client types) and keep the RedisOptions possible.
Current
RedisOptions
mix connect and pooling options in the same class. If we want to use an options supplier pattern we should distinguish between those.This PR decompose the
RedisOptions
inPoolOptions
and aRedisConnectOptions
hierarchy (for various client types) and keep theRedisOptions
possible.