return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expire(...\
func_get_args());
} public function expireAt($key,
$timestamp,
$mode = null
): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expireAt(...\
func_get_args());
} public function failover($to = null,
$abort = false,
$timeout = 0
): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
failover(...\
func_get_args());
} public function expiretime($key): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expiretime(...\
func_get_args());
} public function pexpiretime($key): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pexpiretime(...\
func_get_args());
}