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?