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());
} public function zintercard($keys,
$limit = -1
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zintercard(...\
func_get_args());
} public function zlexcount($key,
$min,
$max): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zlexcount(...\
func_get_args());
}