| Package and Description |
|---|
| org.springframework.data.redis.connection.jredis
since 1.7. Will be removed in subsequent version.
|
| org.springframework.data.redis.connection.srp
since 1.7. Will be removed in subsequent version.
|
| Method and Description |
|---|
| org.springframework.data.redis.connection.RedisServerCommands.bgWriteAof()
As of 1.3, use
RedisServerCommands.bgReWriteAof(). |
| org.springframework.data.redis.connection.DefaultStringRedisConnection.bgWriteAof()
As of 1.3, use
DefaultStringRedisConnection.bgReWriteAof(). |
| org.springframework.data.redis.connection.jedis.JedisConnection.bgWriteAof()
As of 1.3, use
JedisConnection.bgReWriteAof(). |
| org.springframework.data.redis.connection.jredis.JredisConnection.bgWriteAof()
As of 1.3, use
JredisConnection.bgReWriteAof(). |
| org.springframework.data.redis.connection.lettuce.LettuceConnection.bgWriteAof()
As of 1.3, use
LettuceConnection.bgReWriteAof(). |
| org.springframework.data.redis.connection.srp.SrpConnection.bgWriteAof()
As of 1.3, use
SrpConnection.bgReWriteAof(). |
| org.springframework.data.redis.cache.RedisCacheManager.createAndAddCache(String)
since 1.8 - please use
AbstractCacheManager.getCache(String). |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.