Uses of Package
com.blackrook.redis.data
Packages that use com.blackrook.redis.data
Package
Description
Contains classes relevant to connecting to Redis servers.
Contains interfaces for implementing Redis commands.
Contains encapsulations for Redis objects and responses.
Contains useful enumerations.
Contains classes relevant to reading and writing to Redis sockets.
-
Classes in com.blackrook.redis.data used by com.blackrook.redisClassDescriptionObject pairs for a bunch of data structures.A cursor encapsulation for the result of a SCAN call.An object, received or sent to the Redis Server.
-
Classes in com.blackrook.redis.data used by com.blackrook.redis.commandsClassDescriptionObject pairs for a bunch of data structures.A cursor encapsulation for the result of a SCAN call.An object, received or sent to the Redis Server.
-
Classes in com.blackrook.redis.data used by com.blackrook.redis.dataClassDescriptionA cursor encapsulation for the result of a SCAN call.An object, received or sent to the Redis Server.Underlying object type.
-
Classes in com.blackrook.redis.data used by com.blackrook.redis.enumsClassDescriptionObject pairs for a bunch of data structures.An object, received or sent to the Redis Server.
-
Classes in com.blackrook.redis.data used by com.blackrook.redis.io