Uses of Interface
org.redisson.api.RList
Packages that use RList
-
Uses of RList in org.redisson
Classes in org.redisson that implement RListModifier and TypeClassDescriptionclassRedissonList<V>Distributed and concurrent implementation ofListclassList based Multimap Cache values holderclassDistributed and concurrent implementation ofListMethods in org.redisson that return RList -
Uses of RList in org.redisson.api
Methods in org.redisson.api that return RListModifier and TypeMethodDescriptionReturns a view collection of the values associated withkeyin this multimap, if any.<V> RList<V> Returns list instance by name.<V> RList<V> Returns list instance by name using provided codec for list objects.<V> RList<V> RedissonClient.getList(PlainOptions options) Returns list instance with specifiedoptions.RList.subList(int fromIndex, int toIndex)