Uses of Enum
org.redisson.api.RType
Packages that use RType
Package
Description
-
Uses of RType in org.redisson
Methods in org.redisson that return RTypeMethods in org.redisson that return types with arguments of type RType -
Uses of RType in org.redisson.api
Methods in org.redisson.api that return RTypeModifier and TypeMethodDescriptionGet Redis object type by keystatic RTypeReturns the enum constant of this type with the specified name.static RType[]RType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api that return types with arguments of type RTypeModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RType> Get Redis object type by keyio.reactivex.rxjava3.core.Single<RType> Get Redis object type by keyRKeysAsync.getTypeAsync(String key) Get Redis object type by key -
Uses of RType in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type RType -
Uses of RType in org.redisson.client.protocol.convertor
Methods in org.redisson.client.protocol.convertor that return RType