org.springframework.data.keyvalue.redis.connection.jredis
Class JredisUtils
java.lang.Object
org.springframework.data.keyvalue.redis.connection.jredis.JredisUtils
public abstract class JredisUtils
- extends Object
Helper class featuring methods for JRedis connection handling, providing support for exception translation.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JredisUtils
public JredisUtils()
convertJredisAccessException
public static DataAccessException convertJredisAccessException(org.jredis.RedisException ex)
- Converts the given, native JRedis exception to Spring's DAO hierarchy.
- Parameters:
ex
- JRedis exception
- Returns:
- converted exception
Copyright © 2010-2011 SpringSource. All Rights Reserved.