|
Change Variable Type entries : Set<MasterSlaveEntry> to entries : Collection<MasterSlaveEntry> in method public deleteByPatternAsync(pattern String) : RFuture<Long> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type entries : Set<MasterSlaveEntry> to entries : Collection<MasterSlaveEntry> in method public evalAllAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, script String, keys List<Object>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type nodes : Set<MasterSlaveEntry> to nodes : Collection<MasterSlaveEntry> in method private allAsync(readOnlyMode boolean, command RedisCommand<T>, callback SlotCallback<T,R>, params Object...) : RFuture<R> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type nodes : Set<MasterSlaveEntry> to nodes : Collection<MasterSlaveEntry> in method public readAllAsync(command RedisCommand<T>, params Object...) : RFuture<Collection<R>> in class org.redisson.command.CommandAsyncService |
From |
To |