Uses of Class
org.springframework.data.redis.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.redis
Modifier and TypeMethodDescriptionprotected RedisSystemException
FallbackExceptionTranslationStrategy.getFallback
(Exception e) Returns a newRedisSystemException
wrapping the givenException
. -
Uses of RedisSystemException in org.springframework.data.redis.connection