return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zrevrangebylex(...\
func_get_args());
} public function zrevrangebyscore($key,
$min,
$max,
$options = null
): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zrevrangebyscore(...\
func_get_args());
} public function zrevrank($key,
$member): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zrevrank(...\
func_get_args());
} public function zscan($key, &
$iterator,
$pattern = null,
$count = 0
): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zscan($key,
$iterator,
$pattern,
$count, ...\
array_slice(\
func_get_args(), 4
));
} public function zscore($key,
$member): \RedisCluster|false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zscore(...\
func_get_args());
}