mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Add Pipeline to Cmdable.
This commit is contained in:
@ -39,6 +39,8 @@ type ClusterClient struct {
|
||||
reloading uint32
|
||||
}
|
||||
|
||||
var _ Cmdable = (*ClusterClient)(nil)
|
||||
|
||||
// NewClusterClient returns a Redis Cluster client as described in
|
||||
// http://redis.io/topics/cluster-spec.
|
||||
func NewClusterClient(opt *ClusterOptions) *ClusterClient {
|
||||
|
Reference in New Issue
Block a user