return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zlexcount(...\
func_get_args());
} public function zpopmax($key,
$value = null
): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zpopmax(...\
func_get_args());
} public function zpopmin($key,
$value = null
): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zpopmin(...\
func_get_args());
} public function zrange($key,
$start,
$end,
$options = null
): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zrange(...\
func_get_args());
} public function zrangestore($dstkey,
$srckey,
$start,
$end,
$options = null
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zrangestore(...\
func_get_args());
}