Uses of Package
com.blackrook.redis.data
-
Packages that use com.blackrook.redis.data 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.data Contains encapsulations for Redis objects and responses.com.blackrook.redis.enums Contains useful enumerations.com.blackrook.redis.io Contains classes relevant to reading and writing to Redis sockets. -
Classes in com.blackrook.redis.data used by com.blackrook.redis Class Description KeyValue Object pairs for a bunch of data structures.RedisCursor A cursor encapsulation for the result of a SCAN call.RedisObject An object, received or sent to the Redis Server. -
Classes in com.blackrook.redis.data used by com.blackrook.redis.commands Class Description KeyValue Object pairs for a bunch of data structures.RedisCursor A cursor encapsulation for the result of a SCAN call.RedisObject An object, received or sent to the Redis Server. -
Classes in com.blackrook.redis.data used by com.blackrook.redis.data Class Description RedisCursor A cursor encapsulation for the result of a SCAN call.RedisObject An object, received or sent to the Redis Server.RedisObject.Type Underlying object type. -
Classes in com.blackrook.redis.data used by com.blackrook.redis.enums Class Description KeyValue Object pairs for a bunch of data structures.RedisObject An object, received or sent to the Redis Server. -
Classes in com.blackrook.redis.data used by com.blackrook.redis.io Class Description RedisObject An object, received or sent to the Redis Server.