return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
touch(...\
func_get_args());
} public function expire($key,
$timeout,
$mode = null
): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expire(...\
func_get_args());
} public function expireat($key,
$timestamp,
$mode = null
): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expireat(...\
func_get_args());
} public function expiretime($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expiretime(...\
func_get_args());
} public function pexpiretime($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pexpiretime(...\
func_get_args());
}