Uses of Package
com.blackrook.redis.enums
-
Packages that use com.blackrook.redis.enums 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. -
Classes in com.blackrook.redis.enums used by com.blackrook.redis Class Description Aggregation Aggregate function for union/intersection queries.BitwiseOperation The bitwise operation to perform on a BITOP call.DataType Enumeration of Redis data types.EncodingType List of data encoding types.SortOrder Sort order for SORT calls. -
Classes in com.blackrook.redis.enums used by com.blackrook.redis.commands Class Description Aggregation Aggregate function for union/intersection queries.BitwiseOperation The bitwise operation to perform on a BITOP call.DataType Enumeration of Redis data types.EncodingType List of data encoding types.SortOrder Sort order for SORT calls. -
Classes in com.blackrook.redis.enums used by com.blackrook.redis.enums Class Description Aggregation Aggregate function for union/intersection queries.BitwiseOperation The bitwise operation to perform on a BITOP call.DataType Enumeration of Redis data types.EncodingType List of data encoding types.ReturnType Enumeration of Redis return types, used for figuring out what to return sometimes.SortOrder Sort order for SORT calls.