Loading plugins/media/redis.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,12 @@ size_t blogi::RedisStore::getSize(const char* key){ throw e; } if(rep->type == REDIS_REPLY_ERROR){ libhttppp::HTTPException e; e[libhttppp::HTTPException::Error] << "media plugin err: " << rep->str; throw e; } return rep->integer; } Loading Loading
plugins/media/redis.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,12 @@ size_t blogi::RedisStore::getSize(const char* key){ throw e; } if(rep->type == REDIS_REPLY_ERROR){ libhttppp::HTTPException e; e[libhttppp::HTTPException::Error] << "media plugin err: " << rep->str; throw e; } return rep->integer; } Loading