Skip to content

Commit a4449dd

Browse files
authored
Fix benchmarks after #3444 (#3476)
1 parent f059eeb commit a4449dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/jmh/io/lettuce/core/EmptyStatefulRedisConnection.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import io.lettuce.core.api.sync.RedisCommands;
1212
import io.lettuce.core.protocol.ConnectionFacade;
1313
import io.lettuce.core.protocol.RedisCommand;
14+
import io.lettuce.core.codec.RedisCodec;
1415

1516
/**
1617
* @author Mark Paluch
@@ -58,6 +59,11 @@ public ClientOptions getOptions() {
5859
return null;
5960
}
6061

62+
@Override
63+
public RedisCodec getCodec() {
64+
return null;
65+
}
66+
6167
@Override
6268
public void activated() {
6369
}

0 commit comments

Comments
 (0)