jedis 사용시 여러 스레드에서 동시에 jedis.exist() 를 호출할 경우, 아래의 예외가 간헐적으로 발생..java.lang.ClassCastException: [B cannot be cast to java.lang.Long at redis.clients.jedis.Connection.getIntegerReply(Connection.java:188) at redis.clients.jedis.Jedis.exists(Jedis.java:93) at boazcmt.tip.common.cache.JedisFactory.getCache(JedisFactory.java:74) jedis git(https://github.com/xetorthio/jedis)에 가 보니 2.2.x 버전에서는 버그가 해결되었다..
일반적인 싱글톤 구현 코드~!public class Singleton { // Private constructor prevents instantiation from other classes private Singleton() { } /** * SingletonHolder is loaded on the first execution of Singleton.getInstance() * or the first access to SingletonHolder.INSTANCE, not before. */ private static class SingletonHolder { public static final Singleton instance = new Singleton(); } public static Singlet..
- Total
- Today
- Yesterday
- 톰캣
- db
- 안드로이드
- http
- QR코드
- 무제
- myBatis
- 자바
- 개화예술공원
- 개발
- 중도캠핑장
- JavaScript
- 오토캠핑
- network
- json
- 주저리
- netty
- java
- 주저리주저리
- 스프링
- socket
- 단상
- 중도
- 스마트tv
- 캠핑
- 이클립스
- 발번역
- spring
- MySQL
- SVN
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |