Class RedissonReactiveClusterSetCommands
- java.lang.Object
-
- org.redisson.spring.data.connection.RedissonReactiveSetCommands
-
- org.redisson.spring.data.connection.RedissonReactiveClusterSetCommands
-
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterSetCommands
,org.springframework.data.redis.connection.ReactiveSetCommands
public class RedissonReactiveClusterSetCommands extends RedissonReactiveSetCommands implements org.springframework.data.redis.connection.ReactiveClusterSetCommands
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveSetCommands
org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
toByteArray(ByteBuffer buffer)
-
Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveSetCommands
sAdd, sCard, sDiff, sDiffStore, sInter, sInterStore, sIsMember, sMembers, sMove, sPop, sPop, sRandMember, sRem, sScan, sUnion, sUnionStore
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.data.redis.connection.ReactiveSetCommands
sAdd, sAdd, sAdd, sCard, sCard, sDiff, sDiff, sDiffStore, sDiffStore, sInter, sInter, sInterStore, sInterStore, sIsMember, sIsMember, sMembers, sMembers, sMove, sMove, sPop, sPop, sPop, sPop, sRandMember, sRandMember, sRandMember, sRem, sRem, sRem, sScan, sScan, sScan, sUnion, sUnion, sUnionStore, sUnionStore
-
-
-
-
Method Detail
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-