type github.com/go-redis/redis/v8.Cmdable

7 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L69: type Cmdable interface {
		commands.go#L330: 	Cmdable
		commands.go#L339: 	_ Cmdable = (*Client)(nil)
		commands.go#L340: 	_ Cmdable = (*Tx)(nil)
		commands.go#L341: 	_ Cmdable = (*Ring)(nil)
		commands.go#L342: 	_ Cmdable = (*ClusterClient)(nil)
		universal.go#L175: 	Cmdable