Home
last modified time | relevance | path

Searched refs:REDIS_OPT_SERIALIZER (Results 1 – 6 of 6) sorted by relevance

/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/
H A DRedisProfilerStorage.php24 const REDIS_OPT_SERIALIZER = 1; define in Symfony\\Component\\HttpKernel\\Profiler\\RedisProfilerStorage
333 $redis->setOption(self::REDIS_OPT_SERIALIZER, $serializer);
351 $redis->setOption(self::REDIS_OPT_SERIALIZER, $serializer);
368 $redis->setOption(self::REDIS_OPT_SERIALIZER, self::REDIS_SERIALIZER_NONE);
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/
H A DRedisProfilerStorage.php24 const REDIS_OPT_SERIALIZER = 1; define in Symfony\\Component\\HttpKernel\\Profiler\\RedisProfilerStorage
333 $redis->setOption(self::REDIS_OPT_SERIALIZER, $serializer);
351 $redis->setOption(self::REDIS_OPT_SERIALIZER, $serializer);
368 $redis->setOption(self::REDIS_OPT_SERIALIZER, self::REDIS_SERIALIZER_NONE);
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/Profiler/
H A DRedisProfilerStorage.php29 const REDIS_OPT_SERIALIZER = 1; define in Symfony\\Component\\HttpKernel\\Profiler\\RedisProfilerStorage
342 $redis->setOption(self::REDIS_OPT_SERIALIZER, $serializer);
360 $redis->setOption(self::REDIS_OPT_SERIALIZER, $serializer);
377 $redis->setOption(self::REDIS_OPT_SERIALIZER, self::REDIS_SERIALIZER_NONE);
/dports/databases/pecl-redis/redis-5.3.5/
H A Dcommon.h77 #define REDIS_OPT_SERIALIZER 1 macro
H A Dredis_commands.c3977 case REDIS_OPT_SERIALIZER: in redis_getoption_handler()
4030 case REDIS_OPT_SERIALIZER: in redis_setoption_handler()
H A Dredis.c717 zend_declare_class_constant_long(ce, ZEND_STRL("OPT_SERIALIZER"), REDIS_OPT_SERIALIZER); in add_class_constants()