pollLastAndOfferFirstTo with object removed

pull/337/head
Nikita 9 years ago
parent a1d3f2cf4b
commit b480ea79f0

@ -59,9 +59,4 @@ public class RedissonQueueReactive<V> extends RedissonListReactive<V> implements
return commandExecutor.writeObservable(getName(), codec, RedisCommands.RPOPLPUSH, getName(), queueName);
}
@Override
public Publisher<V> pollLastAndOfferFirstTo(RQueue<V> queue) {
return pollLastAndOfferFirstTo(queue.getName());
}
}

Loading…
Cancel
Save