| Package | Description |
|---|---|
| com.lambdaworks.redis.codec |
Codecs for key/value type conversion.
|
| com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
| Modifier and Type | Field and Description |
|---|---|
static ByteArrayCodec |
ByteArrayCodec.INSTANCE |
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandArgs.ExperimentalByteArrayCodec
This codec writes directly
byte[] to the target buffer without wrapping it in a ByteBuffer to reduce GC
pressure. |
Copyright © 2018 lettuce.io. All rights reserved.