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

6 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L1538: 	val *ZWithKey
		command.go#L1552: func (cmd *ZWithKeyCmd) Val() *ZWithKey {
		command.go#L1556: func (cmd *ZWithKeyCmd) Result() (*ZWithKey, error) {
		command.go#L1570: 		cmd.val = &ZWithKey{}
		commands.go#L1679: type ZWithKey struct {
		result.go#L118: func NewZWithKeyCmdResult(val *ZWithKey, err error) *ZWithKeyCmd {