Uses of Class
org.springframework.data.redis.RedisSystemException
Packages that use RedisSystemException
Package
Description
Root package for integrating Redis with Spring concepts.
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
- 
Uses of RedisSystemException in org.springframework.data.redisMethods in org.springframework.data.redis that return RedisSystemExceptionModifier and TypeMethodDescriptionprotected RedisSystemExceptionFallbackExceptionTranslationStrategy.getFallback(Exception e) Returns a newRedisSystemExceptionwrapping the givenException.
- 
Uses of RedisSystemException in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that throw RedisSystemException