| 程序包 | 说明 |
|---|---|
| io.github.dengliming.redismodule.redisbloom | |
| io.github.dengliming.redismodule.redisbloom.model |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Boolean> |
BloomFilter.insert(InsertArgs insertArgs,
String... items)
add one or more items to the bloom filter
|
org.redisson.api.RFuture<List<Boolean>> |
BloomFilter.insertAsync(InsertArgs insertArgs,
String... items) |
| 限定符和类型 | 方法和说明 |
|---|---|
InsertArgs |
InsertArgs.setCapacity(int capacity) |
InsertArgs |
InsertArgs.setErrorRatio(double errorRatio) |
InsertArgs |
InsertArgs.setExpansion(int expansion) |
InsertArgs |
InsertArgs.setNoCreate(boolean noCreate) |
InsertArgs |
InsertArgs.setNonScaling(boolean nonScaling) |
Copyright © 2022. All rights reserved.