Caused by: io.lettuce.core.RedisCommandExecutionException: ERR unsupported operation now :HELLO
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:137)
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:110)
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:746)
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:681)
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:598)
无法兼容lettuce连接池,版本如下: redis-serve:
com.github.microwww:redis-server:0.2.3
lettuce:io.lettuce:lettuce-core:6.1.5.RELEASE
主要异常堆栈如下:
是否可将其列入默认支持的命令;