Searched refs:REDIS_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance
35 #define REDIS_NOT_FOUND 0 macro
1801 CLUSTER_RETURN_LONG(c, REDIS_NOT_FOUND); in cluster_type_resp()
1069 l = REDIS_NOT_FOUND; in redis_type_response()
699 zend_declare_class_constant_long(ce, ZEND_STRL("REDIS_NOT_FOUND"), REDIS_NOT_FOUND); in add_class_constants()
181 Redis::REDIS_NOT_FOUND - Not found / other1243 other: Redis::REDIS_NOT_FOUND
830 $this->assertEquals(Redis::REDIS_NOT_FOUND, $this->redis->type('keyNotExists'));