Class ReactiveSetCommands.SInterCardCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveSetCommands.SInterCardCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveSetCommands
public static class ReactiveSetCommands.SInterCardCommand
extends Object
implements ReactiveRedisConnection.Command
SINTERCARD command parameters.- Since:
- 4.0
- Author:
- Mingi Lee
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable ByteBuffergetKey()getKeys()keys(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SInterCardCommandgiven aCollectionof keys.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
getName
-
Method Details
-
keys
Creates a newReactiveSetCommands.SInterCardCommandgiven aCollectionof keys.- Parameters:
keys- must not be null.- Returns:
- a new
ReactiveSetCommands.SInterCardCommandfor aCollectionof keys.
-
getKey
- Specified by:
getKeyin interfaceReactiveRedisConnection.Command- Returns:
- the key related to this command.
-
getKeys
- Returns:
- never null.
-