@Service public class RedisListCacheHandler extends RedisAbstractCacheHandler
client| Constructor and Description |
|---|
RedisListCacheHandler(io.lettuce.core.RedisClient client) |
| Modifier and Type | Method and Description |
|---|---|
co.bittub.prime.cache.CacheItem |
lpop(String key) |
long |
lpush(String key,
String... values) |
co.bittub.prime.cache.CacheItem |
rpop(String key) |
long |
rpush(String key,
String... values) |
long |
size(String key) |
getConnectionCopyright © 2018. All rights reserved.