Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am austinhaha on github.
  • I am austinhaha (https://keybase.io/austinhaha) on keybase.
  • I have a public key ASB1EG_eidql22WR4UUBjSBWayilB4-039CFjX5EN5VaYQo

To claim this, I am signing this object:

import com.google.gson.Gson;
import io.lettuce.core.codec.RedisCodec;
import lombok.RequiredArgsConstructor;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
@RequiredArgsConstructor
public final class ValuxCodec<T> implements RedisCodec<String, T> {