Uses of Interface
com.github.fppt.jedismock.datastructures.RMDataStructure
Packages that use RMDataStructure
Package
Description
-
Uses of RMDataStructure in com.github.fppt.jedismock.datastructures
Classes in com.github.fppt.jedismock.datastructures that implement RMDataStructureModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in com.github.fppt.jedismock.datastructures that return RMDataStructure -
Uses of RMDataStructure in com.github.fppt.jedismock.datastructures.streams
Classes in com.github.fppt.jedismock.datastructures.streams that implement RMDataStructure -
Uses of RMDataStructure in com.github.fppt.jedismock.storage
Methods in com.github.fppt.jedismock.storage that return RMDataStructureModifier and TypeMethodDescriptionMethods in com.github.fppt.jedismock.storage that return types with arguments of type RMDataStructureMethods in com.github.fppt.jedismock.storage with parameters of type RMDataStructureModifier and TypeMethodDescriptionvoidExpiringKeyValueStorage.put(Slice key, RMDataStructure value, Long ttl) voidRedisBase.putValue(Slice key, RMDataStructure value) voidRedisBase.putValue(Slice key, RMDataStructure value, Long ttl) voidRedisBase.putValueWithoutClearingTtl(Slice key, RMDataStructure value)