public static class ReactiveListCommands.LRemCommand extends ReactiveRedisConnection.KeyCommand
LREM command parameters.| Modifier and Type | Method and Description |
|---|---|
static ReactiveListCommands.LRemCommand |
all()
Creates a new
ReactiveListCommands.LRemCommand to delete all values. |
static ReactiveListCommands.LRemCommand |
first(long count)
Creates a new
ReactiveListCommands.LRemCommand to first count values. |
ReactiveListCommands.LRemCommand |
from(ByteBuffer key)
Applies the key.
|
Long |
getCount() |
ByteBuffer |
getValue() |
static ReactiveListCommands.LRemCommand |
last(long count)
Creates a new
ReactiveListCommands.LRemCommand to last count values. |
ReactiveListCommands.LRemCommand |
occurrencesOf(ByteBuffer value)
Applies the value.
|
getKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static ReactiveListCommands.LRemCommand all()
ReactiveListCommands.LRemCommand to delete all values.ReactiveListCommands.LRemCommand for value.public static ReactiveListCommands.LRemCommand first(long count)
ReactiveListCommands.LRemCommand to first count values.ReactiveListCommands.LRemCommand to delete first count values.public static ReactiveListCommands.LRemCommand last(long count)
ReactiveListCommands.LRemCommand to last count values.ReactiveListCommands.LRemCommand to delete last count values.public ReactiveListCommands.LRemCommand occurrencesOf(ByteBuffer value)
value - must not be null.ReactiveListCommands.LRemCommand with value applied.public ReactiveListCommands.LRemCommand from(ByteBuffer key)
key - must not be null.ReactiveListCommands.LRemCommand with key applied.public Long getCount()
public ByteBuffer getValue()
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.