Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.messaging |
Contains Classes for aredis messaging.
|
org.aredis.net |
Contains classes used by aredis for NIO based asynchronous socket communication.
|
Class and Description |
---|
AbstractAsyncRedisClient
A basic implementation of AsyncRedisClient based on 2 abstract methods.
|
AsyncHandler
Callback interface used in aredis to indicate completion of an Asynchronous task submitted.
|
AsyncRedisClient
Specifies the different methods to run Redis Commands.
|
AsyncRedisConnection
This is the pipelined asynchronous implementation of AsyncRedisClient that is the basis of aredis.
|
ClassDescriptorStorageFactory
Defines a factory for getting a
ClassDescriptorStorage for the given Redis Server. |
ConnectionType
Defines the types of a Redis Connection.
|
DataHandler
Specifies the serialization and de-serialization of a value when storing to and retrieving an Object from the Redis Server.
|
DefaultHashAlgorithm
Known hashing algorithms for locating a server for a key.
|
HashAlgorithm
Intends to provide hash for locating a server for a key.
|
KeyHasher
Specifies the Hashing technique to assign a key to one of the servers in a
ShardedAsyncRedisClient . |
RedisClassDescriptorStorage
Implementation of ClassDescriptorStorage used by aredis that stores the ClassDescriptors on a redis server.
|
RedisCommand
Enumerates the Redis Commands and also contains information about the command argument types using which the AsyncRedisConnection
determines the arguments to which to used the Data Handler.
|
RedisCommandInfo
This is a class to Hold a Redis Command with its arguments and also the result once the command is completed.
|
RedisCommandInfo.CommandStatus
Enumerates the CommandStatus which is expected to be SUCCESS on normal execution.
|
RedisCommandInfo.ResultType
Enumerates the Result Types of Redis
|
RedisMessageListener
Interface to be implemented by a Message Listener for the
RedisSubscription PI |
RedisRawResponse
Data Object representing the Redis Response Read and parsed by
RedisResponseReader . |
RedisServerInfo
Identifies a Redis server with its host, port and dbIndex.
|
RedisServerListInfo
Identifies a list of Redis servers.
|
RedisSubscriptionConnection.CommandType
Different Subscribe Unsubscribe Command Types.
|
ResultTypeInfo
A Holder for Result Type that is used to specify Individual Result Types recursively in case the
Result is of Type MULTIBULK.
|
Script
A simple immutable holder class to hold a Redis Lua Script and its sha1 digest.
|
SubscriptionInfo
Subscription Info for a Redis Subscription including the Listener.
|
Class and Description |
---|
RedisSubscriptionConnection
This is the base class used by
RedisSubscription . |
SubscriptionInfo
Subscription Info for a Redis Subscription including the Listener.
|
Class and Description |
---|
AsyncHandler
Callback interface used in aredis to indicate completion of an Asynchronous task submitted.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.