Many third-party gems (including Resque) rely on the connect method (as in redis._client.connect) to manage the active connection.
Redis::Cluster has a disconnect method, but not a connect, which breaks the symmetry between a regular client and a clustered client.
Any thoughts? Can connect be a no-op?
Many third-party gems (including Resque) rely on the
connectmethod (as inredis._client.connect) to manage the active connection.Redis::Clusterhas adisconnectmethod, but not aconnect, which breaks the symmetry between a regular client and a clustered client.Any thoughts? Can
connectbe a no-op?