netty5/codec-memcache/src
Xiaoyan Lin 36aa11937d ByteBuf for Key instead of String for codec-memcache
Motivation:

The key can be ByteBuf to avoid converting between ByteBuf and String. See #3689.

Modifications:

Replace the type of key with ByteBuf.

Result:

The type of key becomes ByteBuf.
2016-02-08 15:21:24 -08:00
..
main/java/io/netty/handler/codec/memcache ByteBuf for Key instead of String for codec-memcache 2016-02-08 15:21:24 -08:00
test/java/io/netty/handler/codec/memcache/binary ByteBuf for Key instead of String for codec-memcache 2016-02-08 15:21:24 -08:00