return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ltrim(...\
func_get_args());
} public function mget($keys): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
mget(...\
func_get_args());
} public function mset($key_values): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
mset(...\
func_get_args());
} public function msetnx($key_values): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
msetnx(...\
func_get_args());
} public function multi($value = \Redis::MULTI
): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
multi(...\
func_get_args());
}