Uses of Class
org.springframework.data.redis.connection.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.connection
Modifier and TypeMethodDescriptionRedisConnection.closePipeline()
Executes the commands in the pipeline and returns their result. -
Uses of RedisPipelineException in org.springframework.data.redis.connection.jedis