Home
last modified time | relevance | path

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

/dports/databases/pecl-redis/redis-5.3.5/
H A Dcommon.h35 #define REDIS_NOT_FOUND 0 macro
H A Dcluster_library.c1801 CLUSTER_RETURN_LONG(c, REDIS_NOT_FOUND); in cluster_type_resp()
H A Dlibrary.c1069 l = REDIS_NOT_FOUND; in redis_type_response()
H A Dredis.c699 zend_declare_class_constant_long(ce, ZEND_STRL("REDIS_NOT_FOUND"), REDIS_NOT_FOUND); in add_class_constants()
H A DREADME.markdown181 Redis::REDIS_NOT_FOUND - Not found / other
1243 other: Redis::REDIS_NOT_FOUND
/dports/databases/pecl-redis/redis-5.3.5/tests/
H A DRedisTest.php830 $this->assertEquals(Redis::REDIS_NOT_FOUND, $this->redis->type('keyNotExists'));