Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
RedisConnection.closePipeline()
Executes the commands in the pipeline and returns their result.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
JedisClusterConnection.closePipeline() |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.