|
Change Parameter Type nextDecoder : Decoder<Object> to nextDecoder : MultiDecoder<Object> in method public RedisData(promise Promise<R>, nextDecoder MultiDecoder<Object>, codec Codec, command RedisCommand<T>, params Object[]) in class org.redisson.client.handler.RedisData |
From |
To |
|
Change Parameter Type reponseDecoder : Decoder<String> to reponseDecoder : Decoder<T> in method public RedisStrictCommand(name String, subName String, reponseDecoder Decoder<T>, encodeParamIndexes int...) in class org.redisson.client.protocol.RedisStrictCommand |
From |
To |
|
Change Parameter Type reponseDecoder : Decoder<String> to reponseDecoder : Decoder<T> in method public RedisStrictCommand(name String, reponseDecoder Decoder<T>, encodeParamIndexes int...) in class org.redisson.client.protocol.RedisStrictCommand |
From |
To |
|
Change Parameter Type nextDecoder : Decoder<Object> to nextDecoder : MultiDecoder<Object> in method public async(nextDecoder MultiDecoder<Object>, command RedisCommand<T>, params Object...) : Future<R> in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type command : RedisStringCommand to command : RedisStrictCommand<T> in method public sync(command RedisStrictCommand<T>, params Object...) : T in class org.redisson.client.RedisConnection |
From |
To |
|
Change Attribute Type nextDecoder : Decoder<Object> to nextDecoder : MultiDecoder<Object> in class org.redisson.client.handler.RedisDecoder |
From |
To |
|
Change Attribute Type CLIENT_SETNAME : RedisStringCommand to CLIENT_SETNAME : RedisStrictCommand<String> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type PSUBSCRIBE : RedisCommand<PubSubStatusMessage> to PSUBSCRIBE : RedisStrictCommand<PubSubStatusMessage> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type SELECT : RedisStringCommand to SELECT : RedisStrictCommand<String> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type CLIENT_GETNAME : RedisStringCommand to CLIENT_GETNAME : RedisStrictCommand<String> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type SUBSCRIBE : RedisCommand<PubSubStatusMessage> to SUBSCRIBE : RedisStrictCommand<PubSubStatusMessage> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type AUTH : RedisStringCommand to AUTH : RedisStrictCommand<String> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type nextDecoder : Decoder<Object> to nextDecoder : MultiDecoder<Object> in class org.redisson.client.handler.RedisData |
From |
To |
|
Change Attribute Type UNSUBSCRIBE : RedisCommand<PubSubStatusMessage> to UNSUBSCRIBE : RedisStrictCommand<PubSubStatusMessage> in class org.redisson.client.protocol.RedisCommands |
From |
To |
|
Change Attribute Type EXISTS : RedisCommand<Boolean> to EXISTS : RedisStrictCommand<Boolean> in class org.redisson.client.protocol.RedisCommands |
From |
To |