We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f059eeb commit a4449ddCopy full SHA for a4449dd
src/test/jmh/io/lettuce/core/EmptyStatefulRedisConnection.java
@@ -11,6 +11,7 @@
11
import io.lettuce.core.api.sync.RedisCommands;
12
import io.lettuce.core.protocol.ConnectionFacade;
13
import io.lettuce.core.protocol.RedisCommand;
14
+import io.lettuce.core.codec.RedisCodec;
15
16
/**
17
* @author Mark Paluch
@@ -58,6 +59,11 @@ public ClientOptions getOptions() {
58
59
return null;
60
}
61
62
+ @Override
63
+ public RedisCodec getCodec() {
64
+ return null;
65
+ }
66
+
67
@Override
68
public void activated() {
69
0 commit comments