|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RedisCodec | |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.codec | |
| com.lambdaworks.redis.output | |
| com.lambdaworks.redis.protocol | |
| com.lambdaworks.redis.pubsub | |
| Uses of RedisCodec in com.lambdaworks.redis |
|---|
| Fields in com.lambdaworks.redis declared as RedisCodec | |
|---|---|
protected RedisCodec<K,V> |
RedisAsyncConnection.codec
|
| Methods in com.lambdaworks.redis with parameters of type RedisCodec | ||
|---|---|---|
|
RedisClient.connect(RedisCodec<K,V> codec)
Open a new synchronous connection to the redis server. |
|
|
RedisClient.connectAsync(RedisCodec<K,V> codec)
Open a new asynchronous connection to the redis server. |
|
|
RedisClient.connectPubSub(RedisCodec<K,V> codec)
Open a new pub/sub connection to the redis server. |
|
protected
|
RedisAsyncConnection.newScriptOutput(RedisCodec<K,V> codec,
ScriptOutputType type)
|
|
| Constructors in com.lambdaworks.redis with parameters of type RedisCodec | |
|---|---|
RedisAsyncConnection(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection. |
|
| Uses of RedisCodec in com.lambdaworks.redis.codec |
|---|
| Subclasses of RedisCodec in com.lambdaworks.redis.codec | |
|---|---|
class |
Utf8StringCodec
A RedisCodec that handles UTF-8 encoded keys and values. |
| Uses of RedisCodec in com.lambdaworks.redis.output |
|---|
| Constructors in com.lambdaworks.redis.output with parameters of type RedisCodec | |
|---|---|
BooleanListOutput(RedisCodec<K,V> codec)
|
|
BooleanOutput(RedisCodec<K,V> codec)
|
|
ByteArrayOutput(RedisCodec<K,V> codec)
|
|
DateOutput(RedisCodec<K,V> codec)
|
|
DoubleOutput(RedisCodec<K,V> codec)
|
|
IntegerOutput(RedisCodec<K,V> codec)
|
|
KeyListOutput(RedisCodec<K,V> codec)
|
|
KeyOutput(RedisCodec<K,V> codec)
|
|
KeyValueOutput(RedisCodec<K,V> codec)
|
|
MapOutput(RedisCodec<K,V> codec)
|
|
MultiOutput(RedisCodec<K,V> codec)
|
|
NestedMultiOutput(RedisCodec<K,V> codec)
|
|
ScoredValueListOutput(RedisCodec<K,V> codec)
|
|
StatusOutput(RedisCodec<K,V> codec)
|
|
StringListOutput(RedisCodec<K,V> codec)
|
|
ValueListOutput(RedisCodec<K,V> codec)
|
|
ValueOutput(RedisCodec<K,V> codec)
|
|
ValueSetOutput(RedisCodec<K,V> codec)
|
|
| Uses of RedisCodec in com.lambdaworks.redis.protocol |
|---|
| Fields in com.lambdaworks.redis.protocol declared as RedisCodec | |
|---|---|
protected RedisCodec<K,V> |
CommandOutput.codec
|
| Constructors in com.lambdaworks.redis.protocol with parameters of type RedisCodec | |
|---|---|
CommandArgs(RedisCodec<K,V> codec)
|
|
CommandOutput(RedisCodec<K,V> codec,
T output)
Initialize a new instance that encodes and decodes keys and values using the supplied codec. |
|
| Uses of RedisCodec in com.lambdaworks.redis.pubsub |
|---|
| Constructors in com.lambdaworks.redis.pubsub with parameters of type RedisCodec | |
|---|---|
PubSubCommandHandler(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec)
Initialize a new instance. |
|
PubSubOutput(RedisCodec<K,V> codec)
|
|
RedisPubSubConnection(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||