Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.UncategorizedRedisException

Packages that use UncategorizedRedisException
org.springframework.data.keyvalue.redis.connection Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. 
org.springframework.data.keyvalue.redis.connection.jredis Connection package for JRedis library. 
 

Uses of UncategorizedRedisException in org.springframework.data.keyvalue.redis.connection
 

Methods in org.springframework.data.keyvalue.redis.connection that throw UncategorizedRedisException
 void DefaultStringRedisConnection.close()
           
 

Uses of UncategorizedRedisException in org.springframework.data.keyvalue.redis.connection.jredis
 

Methods in org.springframework.data.keyvalue.redis.connection.jredis that throw UncategorizedRedisException
 void JredisConnection.close()
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.