| 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.Offset |
BitFieldArgs.offset(int offset)
Creates a new
BitFieldArgs.Offset for the given offset. |
static BitFieldArgs.Offset |
BitFieldArgs.typeWidthBasedOffset(int offset)
Creates a new
BitFieldArgs.Offset for the given offset that is multiplied by the integer type width used in the sub
command. |
| Modifier and Type | Method and Description |
|---|---|
BitFieldArgs |
BitFieldArgs.get(BitFieldArgs.BitFieldType bitFieldType,
BitFieldArgs.Offset offset)
Adds a new
GET subcommand. |
static BitFieldArgs |
BitFieldArgs.Builder.get(BitFieldArgs.BitFieldType bitFieldType,
BitFieldArgs.Offset offset)
Create a new
GET subcommand. |
BitFieldArgs |
BitFieldArgs.incrBy(BitFieldArgs.BitFieldType bitFieldType,
BitFieldArgs.Offset offset,
long value)
Adds a new
INCRBY subcommand. |
static BitFieldArgs |
BitFieldArgs.Builder.incrBy(BitFieldArgs.BitFieldType bitFieldType,
BitFieldArgs.Offset offset,
long value)
Create a new
INCRBY subcommand. |
BitFieldArgs |
BitFieldArgs.set(BitFieldArgs.BitFieldType bitFieldType,
BitFieldArgs.Offset offset,
long value)
Adds a new
SET subcommand. |
static BitFieldArgs |
BitFieldArgs.Builder.set(BitFieldArgs.BitFieldType bitFieldType,
BitFieldArgs.Offset offset,
long value)
Create a new
SET subcommand. |
Copyright © 2021 lettuce.io. All rights reserved.