Uses of Interface
org.redisson.api.RScoredSortedSet
Packages that use RScoredSortedSet
-
Uses of RScoredSortedSet in org.redisson
Classes in org.redisson that implement RScoredSortedSetModifier and TypeClassDescriptionclassRedissonGeo<V>Geospatial items holderclassSorted set contained values of String typeclassMethods in org.redisson that return RScoredSortedSetModifier and TypeMethodDescription<V> RScoredSortedSet<V> Redisson.getScoredSortedSet(String name) <V> RScoredSortedSet<V> Redisson.getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSet in org.redisson.api
Subinterfaces of RScoredSortedSet in org.redisson.apiMethods in org.redisson.api that return RScoredSortedSetModifier and TypeMethodDescription<V> RScoredSortedSet<V> RedissonClient.getScoredSortedSet(String name) Returns Redis Sorted Set instance by name.<V> RScoredSortedSet<V> RedissonClient.getScoredSortedSet(String name, Codec codec) Returns Redis Sorted Set instance by name using provided codec for sorted set objects.