return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zadd(...\
func_get_args());
} public function zcard($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zcard(...\
func_get_args());
} public function zcount($key,
$start,
$end): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zcount(...\
func_get_args());
} public function zincrby($key,
$value,
$member): \RedisCluster|false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zincrby(...\
func_get_args());
} public function zinterstore($dst,
$keys,
$weights = null,
$aggregate = null
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zinterstore(...\
func_get_args());
}