Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Mmoreram
RSQueueBundle
Factory
RedisFactory
PHP Класс Mmoreram\RSQueueBundle\Factory\RedisFactory
Показать файл
Открыть проект
Открытые свойства
Свойство
Тип
Описание
$config
array
Settings for connection to redis. This value is set in bundle config file
Открытые методы
Метод
Описание
__construct
(
array
$config
)
get
( ) :
Redis
Generate new Predis instance
Описание методов
__construct()
публичный
Метод
public
__construct
(
array
$config
)
$config
array
get()
публичный
Метод
Generate new Predis instance
public
get
( ) :
Redis
Результат
Redis
instance
Описание свойств
$config
публичное свойство
Settings for connection to redis. This value is set in bundle config file
public
array
$config
Результат
array