Redis并发连接时经常出现异常
ringa_lee
ringa_lee 2017-04-21 10:57:31
0
0
608
public T getResult() {
            T result = null;
            try {
                result = execute();
            } catch (Exception e) {
                //throw new RuntimeException("Redis execute exception", e);
                result = null;
                this.shardedJedisPool.returnBrokenResource(jedis);
            } finally {
                if (jedis != null) {
                    this.shardedJedisPool.returnResource(jedis);
                }
            }
            return result;
        }

如果出现异常这块已经进行了处理 但是在get redis服务器上的key值时 有时(偶尔)会得到 PONG 和 时间戳数字 这时程序就会从受到影响导致一些数据不正确 百思不得其解 不知道有人碰到过类似的问题吗

ringa_lee
ringa_lee

ringa_lee

모든 응답(0)
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!