Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
BitFieldSubCommands.BitFieldIncrBy.Overflow |
BitFieldSubCommands.BitFieldIncrBy.getOverflow()
Get the overflow to apply.
|
static BitFieldSubCommands.BitFieldIncrBy.Overflow |
BitFieldSubCommands.BitFieldIncrBy.Overflow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitFieldSubCommands.BitFieldIncrBy.Overflow[] |
BitFieldSubCommands.BitFieldIncrBy.Overflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BitFieldSubCommands.BitFieldIncrBy |
BitFieldSubCommands.BitFieldIncrBy.create(BitFieldSubCommands.BitFieldType type,
BitFieldSubCommands.Offset offset,
long value,
BitFieldSubCommands.BitFieldIncrBy.Overflow overflow)
Creates a new
BitFieldSubCommands.BitFieldIncrBy . |
BitFieldSubCommands.BitFieldIncrByBuilder |
BitFieldSubCommands.BitFieldIncrByBuilder.overflow(BitFieldSubCommands.BitFieldIncrBy.Overflow overflow)
Set the
BitFieldSubCommands.BitFieldIncrBy.Overflow to be used for this and any subsequent BitFieldSubCommands.BitFieldIncrBy commands. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.