public static class ReactiveListCommands.RPopLPushCommand extends ReactiveRedisConnection.KeyCommand
RPOPLPUSH
command parameters.Modifier and Type | Method and Description |
---|---|
static ReactiveListCommands.RPopLPushCommand |
from(ByteBuffer sourceKey)
Creates a new
ReactiveListCommands.RPopLPushCommand given a sourceKey. |
ByteBuffer |
getDestination() |
ReactiveListCommands.RPopLPushCommand |
to(ByteBuffer destinationKey)
Applies the destinationKey.
|
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveListCommands.RPopLPushCommand from(ByteBuffer sourceKey)
ReactiveListCommands.RPopLPushCommand
given a sourceKey.sourceKey
- must not be null.ReactiveListCommands.RPopLPushCommand
for a sourceKey.public ReactiveListCommands.RPopLPushCommand to(ByteBuffer destinationKey)
destinationKey
- must not be null.ReactiveListCommands.BPopCommand
with value applied.public ByteBuffer getDestination()
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.