| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.probabilistic.arguments |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<List<Boolean>> |
AbstractRedisAsyncCommands.cfInsert(K key,
CfInsertArgs args,
V... values) |
reactor.core.publisher.Flux<Boolean> |
AbstractRedisReactiveCommands.cfInsert(K key,
CfInsertArgs args,
V... values) |
RedisFuture<List<Boolean>> |
AbstractRedisAsyncCommands.cfInsert(K key,
CfInsertArgs args,
V value) |
reactor.core.publisher.Flux<Boolean> |
AbstractRedisReactiveCommands.cfInsert(K key,
CfInsertArgs args,
V value) |
RedisFuture<List<Boolean>> |
AbstractRedisAsyncCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values) |
reactor.core.publisher.Flux<Value<Boolean>> |
AbstractRedisReactiveCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values) |
RedisFuture<List<Boolean>> |
AbstractRedisAsyncCommands.cfInsertNx(K key,
CfInsertArgs args,
V value) |
reactor.core.publisher.Flux<Value<Boolean>> |
AbstractRedisReactiveCommands.cfInsertNx(K key,
CfInsertArgs args,
V value) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<List<Boolean>> |
RedisCuckooFilterAsyncCommands.cfInsert(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter.
|
RedisFuture<List<Boolean>> |
RedisCuckooFilterAsyncCommands.cfInsert(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter.
|
RedisFuture<List<Boolean>> |
RedisCuckooFilterAsyncCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
RedisFuture<List<Boolean>> |
RedisCuckooFilterAsyncCommands.cfInsertNx(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<Boolean> |
RedisCuckooFilterReactiveCommands.cfInsert(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter.
|
reactor.core.publisher.Flux<Boolean> |
RedisCuckooFilterReactiveCommands.cfInsert(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter.
|
reactor.core.publisher.Flux<Value<Boolean>> |
RedisCuckooFilterReactiveCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
reactor.core.publisher.Flux<Value<Boolean>> |
RedisCuckooFilterReactiveCommands.cfInsertNx(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
List<Boolean> |
RedisCuckooFilterCommands.cfInsert(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter.
|
List<Boolean> |
RedisCuckooFilterCommands.cfInsert(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter.
|
List<Boolean> |
RedisCuckooFilterCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
List<Boolean> |
RedisCuckooFilterCommands.cfInsertNx(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<List<Boolean>> |
NodeSelectionCuckooFilterAsyncCommands.cfInsert(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter.
|
AsyncExecutions<List<Boolean>> |
NodeSelectionCuckooFilterAsyncCommands.cfInsert(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter.
|
AsyncExecutions<List<Boolean>> |
NodeSelectionCuckooFilterAsyncCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
AsyncExecutions<List<Boolean>> |
NodeSelectionCuckooFilterAsyncCommands.cfInsertNx(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<List<Boolean>> |
NodeSelectionCuckooFilterCommands.cfInsert(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter.
|
Executions<List<Boolean>> |
NodeSelectionCuckooFilterCommands.cfInsert(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter.
|
Executions<List<Boolean>> |
NodeSelectionCuckooFilterCommands.cfInsertNx(K key,
CfInsertArgs args,
V... values)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
Executions<List<Boolean>> |
NodeSelectionCuckooFilterCommands.cfInsertNx(K key,
CfInsertArgs args,
V value)
Add one or more items to a Cuckoo Filter only if the items do not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
CfInsertArgs |
CfInsertArgs.capacity(long capacity)
Set the desired capacity of the filter.
|
static CfInsertArgs |
CfInsertArgs.Builder.capacity(long capacity)
Creates a new
CfInsertArgs and sets the desired capacity of the filter. |
static CfInsertArgs |
CfInsertArgs.Builder.defaults()
Creates a new
CfInsertArgs with default settings. |
CfInsertArgs |
CfInsertArgs.noCreate()
Set the no create flag.
|
static CfInsertArgs |
CfInsertArgs.Builder.noCreate()
Creates a new
CfInsertArgs and sets the no create flag. |
Copyright © 2026 lettuce.io. All rights reserved.