|
Change Return Type T to Future<T> in method protected connect(entry SubscribesConnectionEntry) : Future<T> in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Return Type RedisPubSubConnection to Future<RedisPubSubConnection> in method public connectPubSub(config MasterSlaveServersConfig) : Future<RedisPubSubConnection> in class org.redisson.connection.ConnectionEntry |
From |
To |
|
Change Return Type RedisPubSubConnection to Future<RedisPubSubConnection> in method protected connect(entry SubscribesConnectionEntry) : Future<RedisPubSubConnection> in class org.redisson.misc.PubSubConnectionPoll |
From |
To |
|
Change Return Type Future<T> to void in method private connect(entry SubscribesConnectionEntry, promise Promise<T>) : void in class org.redisson.misc.ConnectionPool |
From |
To |
|
Change Return Type RedisPubSubConnection to Future<RedisPubSubConnection> in method public connectPubSub(config MasterSlaveServersConfig) : Future<RedisPubSubConnection> in class org.redisson.connection.SubscribesConnectionEntry |
From |
To |
|
Change Return Type RedisConnection to Future<RedisConnection> in method public connect(config MasterSlaveServersConfig) : Future<RedisConnection> in class org.redisson.connection.ConnectionEntry |
From |
To |