Uses of Interface
org.springframework.data.redis.core.BoundKeyOperations
Packages that use BoundKeyOperations
Package
Description
Core package for integrating Redis with Spring concepts.
Small toolkit mirroring the
java.util.atomic package in Redis.Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of BoundKeyOperations in org.springframework.data.redis.core
Subinterfaces of BoundKeyOperations in org.springframework.data.redis.coreModifier and TypeInterfaceDescriptioninterfaceBoundGeoOperations<K,M> GeoOperationsbound to a certain key.interfaceBoundHashOperations<H,HK, HV> Hash operations bound to a certain key.interfaceBoundListOperations<K,V> List operations bound to a certain key.interfaceBoundSetOperations<K,V> Set operations bound to a certain key.interfaceBoundValueOperations<K,V> Value (or String in Redis terminology) operations bound to a certain key.interfaceBoundZSetOperations<K,V> ZSet (or SortedSet) operations bound to a certain key. -
Uses of BoundKeyOperations in org.springframework.data.redis.support.atomic
Classes in org.springframework.data.redis.support.atomic that implement BoundKeyOperationsModifier and TypeClassDescriptionclassAtomic double backed by Redis.classAtomic integer backed by Redis.classAtomic long backed by Redis. -
Uses of BoundKeyOperations in org.springframework.data.redis.support.collections
Subinterfaces of BoundKeyOperations in org.springframework.data.redis.support.collectionsModifier and TypeInterfaceDescriptioninterfaceRedis extension for theCollectioncontract.interfaceRedisList<E>Redis extension for theListcontract.interfaceRedisMap<K,V> Map view of a Redis hash.interfaceRedisSet<E>Redis extension for theSetcontract.interfaceBasic interface for Redis-based collections.interfaceRedisZSet<E>Redis ZSet (or sorted set (by weight)).Classes in org.springframework.data.redis.support.collections that implement BoundKeyOperationsModifier and TypeClassDescriptionclassBase implementation forRedisCollection.classDefault implementation forRedisList.classDefaultRedisMap<K,V> Default implementation forRedisMap.classDefault implementation forRedisSet.classDefault implementation forRedisZSet.classPropertiesextension for a Redis back-store.