Uses of Class
org.springframework.data.redis.connection.RedisPipelineException
Packages that use RedisPipelineException
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
- 
Uses of RedisPipelineException in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that throw RedisPipelineExceptionModifier and TypeMethodDescriptionRedisConnection.closePipeline()Executes the commands in the pipeline and returns their result.
- 
Uses of RedisPipelineException in org.springframework.data.redis.connection.jedisMethods in org.springframework.data.redis.connection.jedis that throw RedisPipelineException