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