public class RedisTemplateX<V> extends AbstractRedisCommands<String,V>
| Constructor and Description |
|---|
RedisTemplateX() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.redis.core.BoundGeoOperations<String,V> |
boundGeoOps(String key) |
<HK,HV> org.springframework.data.redis.core.BoundHashOperations<String,HK,HV> |
boundHashOps(String key) |
org.springframework.data.redis.core.BoundListOperations<String,V> |
boundListOps(String key) |
org.springframework.data.redis.core.BoundSetOperations<String,V> |
boundSetOps(String key) |
org.springframework.data.redis.core.BoundValueOperations<String,V> |
boundValueOps(String key) |
org.springframework.data.redis.core.BoundZSetOperations<String,V> |
boundZSetOps(String key) |
org.springframework.data.redis.core.ClusterOperations<String,V> |
opsForCluster() |
org.springframework.data.redis.core.GeoOperations<String,V> |
opsForGeo() |
<HK,HV> org.springframework.data.redis.core.HashOperations<String,HK,HV> |
opsForHash() |
org.springframework.data.redis.core.HyperLogLogOperations<String,V> |
opsForHyperLogLog() |
org.springframework.data.redis.core.ListOperations<String,V> |
opsForList() |
org.springframework.data.redis.core.SetOperations<String,V> |
opsForSet() |
org.springframework.data.redis.core.ValueOperations<String,V> |
opsForValue() |
org.springframework.data.redis.core.ZSetOperations<String,V> |
opsForZSet() |
append, bitField, blPop, brPop, brPoplPush, countExistingKeys, decr, decrBy, del, del, exists, expire, expireAt, geoAdd, geoAdd, geoAdd, geoAdd, geoDist, geoDist, geoHash, geoPos, geoRadius, geoRadius, geoRadiusByMember, geoRadiusByMember, geoRadiusByMember, geoRemove, get, getBit, getRange, getSet, hDel, hExists, hGet, hGetAll, hKeys, hLen, hMget, hmset, hSet, hVals, incr, incrBy, lIndex, lLen, lPop, lPush, lPush, lPush, lPushx, lRange, lRem, lSet, ltrim, mGet, mSet, mSet, persist, pExpire, pfAdd, pfCount, pfMerge, rename, rPop, rPoplPush, rPush, rPush, rPush, rPushx, sAdd, sCard, sDiff, sDiff, sDiffStore, sDiffStore, set, setBit, setEx, setRange, sInter, sInter, sInterStore, sInterstore, sIsMember, sMembers, sPop, sRandMember, sRandMember, sRem, strLen, sUnion, sUnion, sUnionStore, sUnionStore, ttl, type, zAdd, zAdd, zCard, zCount, zIncrby, zInterStore, zInterStore, zInterStore, zRange, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRank, zRem, zRemRangeByRank, zRemRangeByScore, zRevRange, zRevRange, zRevRangeByScore, zRevRank, zScan, zScore, zUnionStore, zUnionStore, zUnionStoreclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitzInterStore, zUnionStorepublic org.springframework.data.redis.core.ClusterOperations<String,V> opsForCluster()
opsForCluster in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.GeoOperations<String,V> opsForGeo()
opsForGeo in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.BoundGeoOperations<String,V> boundGeoOps(String key)
boundGeoOps in class AbstractRedisCommands<String,V>public <HK,HV> org.springframework.data.redis.core.BoundHashOperations<String,HK,HV> boundHashOps(String key)
boundHashOps in class AbstractRedisCommands<String,V>public <HK,HV> org.springframework.data.redis.core.HashOperations<String,HK,HV> opsForHash()
opsForHash in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.HyperLogLogOperations<String,V> opsForHyperLogLog()
opsForHyperLogLog in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.ListOperations<String,V> opsForList()
opsForList in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.BoundListOperations<String,V> boundListOps(String key)
boundListOps in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.BoundSetOperations<String,V> boundSetOps(String key)
boundSetOps in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.SetOperations<String,V> opsForSet()
opsForSet in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.BoundValueOperations<String,V> boundValueOps(String key)
boundValueOps in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.ValueOperations<String,V> opsForValue()
opsForValue in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.BoundZSetOperations<String,V> boundZSetOps(String key)
boundZSetOps in class AbstractRedisCommands<String,V>public org.springframework.data.redis.core.ZSetOperations<String,V> opsForZSet()
opsForZSet in class AbstractRedisCommands<String,V>Copyright © 2020. All rights reserved.