Uses of Interface
org.redisson.api.RScoredSortedSetAsync
Packages that use RScoredSortedSetAsync
-
Uses of RScoredSortedSetAsync in org.redisson
Classes in org.redisson that implement RScoredSortedSetAsyncModifier and TypeClassDescriptionclassRedissonGeo<V>Geospatial items holderclassSorted set contained values of String typeclassMethods in org.redisson that return RScoredSortedSetAsyncModifier and TypeMethodDescription<V> RScoredSortedSetAsync<V>RedissonBatch.getScoredSortedSet(String name) <V> RScoredSortedSetAsync<V>RedissonBatch.getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSetAsync in org.redisson.api
Subinterfaces of RScoredSortedSetAsync in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRGeo<V>Geospatial items holder.interfaceRGeoAsync<V>Geospatial items holder.interfaceSet containing elements sorted by score.Methods in org.redisson.api that return RScoredSortedSetAsyncModifier and TypeMethodDescription<V> RScoredSortedSetAsync<V>RBatch.getScoredSortedSet(String name) Returns Redis Sorted Set instance by name<V> RScoredSortedSetAsync<V>RBatch.getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSetAsync in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RScoredSortedSetAsync