mirror of
https://github.com/redis/go-redis.git
synced 2025-08-07 12:42:55 +03:00
Check that clients implement scripter interface.
This commit is contained in:
@@ -328,8 +328,6 @@ type ClusterClient struct {
|
||||
closed bool
|
||||
}
|
||||
|
||||
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