github.com/go-redis/redis/v8.ClusterClient.cmdsAreReadOnly (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L1139: 	if c.opt.ReadOnly && c.cmdsAreReadOnly(cmds) {
		cluster.go#L1162: func (c *ClusterClient) cmdsAreReadOnly(cmds []Cmder) bool {