return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zscore(...\
func_get_args());
} public function zmscore($key,
$member, ...
$other_members): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zmscore(...\
func_get_args());
} public function zunionstore($dst,
$keys,
$weights = null,
$aggregate = null
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zunionstore(...\
func_get_args());
} public function zinter($keys,
$weights = null,
$options = null
): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zinter(...\
func_get_args());
} public function zdiffstore($dst,
$keys): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zdiffstore(...\
func_get_args());
}