Commit 7e86dfdb authored by jan.koester's avatar jan.koester
Browse files

other redis reconnnction check

parent c0ed4050
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@ REDISLOAD:
}

bool blogi::RedisStore::reconnect(){
    return redisReconnect(_RedisCTX);
    if(redisReconnect(_RedisCTX)!=REDIS_ERR)
        return true;
    return false;
}