Uses of Package
com.blackrook.redis.enums
Packages that use com.blackrook.redis.enums
Package
Description
Contains classes relevant to connecting to Redis servers.
Contains interfaces for implementing Redis commands.
Contains useful enumerations.
-
Classes in com.blackrook.redis.enums used by com.blackrook.redisClassDescriptionAggregate function for union/intersection queries.The bitwise operation to perform on a BITOP call.Enumeration of Redis data types.List of data encoding types.Sort order for SORT calls.
-
Classes in com.blackrook.redis.enums used by com.blackrook.redis.commandsClassDescriptionAggregate function for union/intersection queries.The bitwise operation to perform on a BITOP call.Enumeration of Redis data types.List of data encoding types.Sort order for SORT calls.
-
Classes in com.blackrook.redis.enums used by com.blackrook.redis.enumsClassDescriptionAggregate function for union/intersection queries.The bitwise operation to perform on a BITOP call.Enumeration of Redis data types.List of data encoding types.Enumeration of Redis return types, used for figuring out what to return sometimes.Sort order for SORT calls.