Uses of Class
com.blackrook.redis.enums.DataType
-
Packages that use DataType Package Description com.blackrook.redis Contains classes relevant to connecting to Redis servers.com.blackrook.redis.commands Contains interfaces for implementing Redis commands.com.blackrook.redis.enums Contains useful enumerations. -
-
Uses of DataType in com.blackrook.redis
Methods in com.blackrook.redis that return DataType Modifier and Type Method Description DataType
RedisConnection. type(String key)
-
Uses of DataType in com.blackrook.redis.commands
Methods in com.blackrook.redis.commands that return DataType Modifier and Type Method Description DataType
RedisConnectionCommands. type(String key)
-
Uses of DataType in com.blackrook.redis.enums
Fields in com.blackrook.redis.enums with type parameters of type DataType Modifier and Type Field Description static ReturnType<DataType>
ReturnType. DATATYPE
DATATYPE return type.Methods in com.blackrook.redis.enums that return DataType Modifier and Type Method Description static DataType
DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataType[]
DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-