return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
incrByFloat(...\
func_get_args());
} public function info(...
$sections): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
info(...\
func_get_args());
} public function isConnected(): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
isConnected(...\
func_get_args());
} public function keys($pattern) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
keys(...\
func_get_args());
} public function lInsert($key,
$pos,
$pivot,
$value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lInsert(...\
func_get_args());
}