Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
Modifier and Type | Method and Description |
---|---|
static BitFieldArgs.OverflowType |
BitFieldArgs.OverflowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitFieldArgs.OverflowType[] |
BitFieldArgs.OverflowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BitFieldArgs |
BitFieldArgs.overflow(BitFieldArgs.OverflowType overflowType)
Adds a new
OVERFLOW subcommand. |
static BitFieldArgs |
BitFieldArgs.Builder.overflow(BitFieldArgs.OverflowType overflowType)
Adds a new
OVERFLOW subcommand. |
Copyright © 2023 lettuce.io. All rights reserved.