code stringlengths 23 201k | docstring stringlengths 17 96.2k | func_name stringlengths 0 235 | language stringclasses 1
value | repo stringlengths 8 72 | path stringlengths 11 317 | url stringlengths 57 377 | license stringclasses 7
values |
|---|---|---|---|---|---|---|---|
@Override
public Mono<Long> setrange(K key, long offset, V value) {
return reactiveCommandsWrapper.setrange(this,getRedisUri(),key,offset,value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | setrange | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> sinter(K... keys) {
return reactiveCommandsWrapper.sinter(this,getRedisUri(),keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | sinter | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> sinter(ValueStreamingChannel<V> channel, K... keys) {
return reactiveCommandsWrapper.sinter(this,getRedisUri(),channel,keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | sinter | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> spop(K key) {
return reactiveCommandsWrapper.spop(this,getRedisUri(),key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | spop | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> spop(K key, long count) {
return reactiveCommandsWrapper.spop(this,getRedisUri(),key,count);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | spop | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> srandmember(K key) {
return reactiveCommandsWrapper.srandmember(this,getRedisUri(),key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | srandmember | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> srandmember(K key, long count) {
return reactiveCommandsWrapper.srandmember(this,getRedisUri(),key,count);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | srandmember | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> srandmember(ValueStreamingChannel<V> channel, K key, long count) {
return reactiveCommandsWrapper.srandmember(this,getRedisUri(),channel,key,count);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | srandmember | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> strlen(K key) {
return reactiveCommandsWrapper.strlen(this,getRedisUri(),key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | strlen | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> sunion(K... keys) {
return reactiveCommandsWrapper.sunion(this,getRedisUri(),keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | sunion | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> sunion(ValueStreamingChannel<V> channel, K... keys) {
return reactiveCommandsWrapper.sunion(this,getRedisUri(),channel,keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | sunion | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> ttl(K key) {
return reactiveCommandsWrapper.ttl(this,getRedisUri(),key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | ttl | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> type(K key) {
return reactiveCommandsWrapper.type(this,getRedisUri(),key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | type | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> zcard(K key) {
return reactiveCommandsWrapper.zcard(this,getRedisUri(),key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | zcard | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> del(Iterable<K> keys) {
return reactiveCommandsWrapper.createMono(() -> super.del(keys), CommandType.DEL.name(), getRedisUri(),
RedisKeyUtil.generate(keys));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | del | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> exists(Iterable<K> keys) {
return reactiveCommandsWrapper.createMono(() -> super.exists(keys), CommandType.EXISTS.name(), getRedisUri(),
RedisKeyUtil.generate(keys));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | exists | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<K> keys(K pattern) {
return reactiveCommandsWrapper.createFlux(() -> super.keys(pattern), CommandType.KEYS.name(), getRedisUri(),
RedisKeyUtil.generate(pattern));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | keys | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> keys(KeyStreamingChannel<K> channel, K pattern) {
return reactiveCommandsWrapper.createMono(() -> super.keys(channel, pattern), CommandType.KEYS.name(), getRedisUri(),
RedisKeyUtil.generate(pattern));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | keys | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<KeyValue<K, V>> mget(Iterable<K> keys) {
return reactiveCommandsWrapper.createFlux(() -> super.mget(keys), CommandType.MGET.name(), getRedisUri(),
RedisKeyUtil.generate(keys));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> mget(KeyValueStreamingChannel<K, V> channel, Iterable<K> keys) {
return reactiveCommandsWrapper.createMono(() -> super.mget(channel, keys), CommandType.MGET.name(), getRedisUri(),
RedisKeyUtil.generate(keys));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> msetnx(Map<K, V> map) {
return reactiveCommandsWrapper.createMono(() -> super.msetnx(map), CommandType.MSETNX.name(), getRedisUri(),
RedisKeyUtil.generate(map));
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | msetnx | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
private String getRedisUri() {
if (redisUri == null) {
redisUri = RedisConnectionManager.getRedisUri(this.getStatefulConnection().hashCode());
}
return redisUri;
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | getRedisUri | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/cluster/RedisClusterReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> append(K key, V value) {
return reactiveCommandsWrapper.append(this, getRedisUri(), key, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | append | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> decr(K key) {
return reactiveCommandsWrapper.decr(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | decr | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> decrby(K key, long amount) {
return reactiveCommandsWrapper.decrby(this, getRedisUri(), key, amount);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | decrby | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> del(K... keys) {
return reactiveCommandsWrapper.del(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | del | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> del(Iterable<K> keys) {
return reactiveCommandsWrapper.del(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | del | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> exists(K... keys) {
return reactiveCommandsWrapper.exists(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | exists | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> exists(Iterable<K> keys) {
return reactiveCommandsWrapper.exists(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | exists | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> expire(K key, long seconds) {
return reactiveCommandsWrapper.expire(this, getRedisUri(), key, seconds);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | expire | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> expire(K key, Duration seconds) {
return reactiveCommandsWrapper.expire(this, getRedisUri(), key, seconds);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | expire | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> expireat(K key, long timestamp) {
return reactiveCommandsWrapper.expireat(this, getRedisUri(), key, timestamp);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | expireat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> expireat(K key, Date timestamp) {
return reactiveCommandsWrapper.expireat(this, getRedisUri(), key, timestamp);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | expireat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> expireat(K key, Instant timestamp) {
return reactiveCommandsWrapper.expireat(this, getRedisUri(), key, timestamp);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | expireat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> get(K key) {
return reactiveCommandsWrapper.get(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | get | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> getbit(K key, long offset) {
return reactiveCommandsWrapper.getbit(this, getRedisUri(), key, offset);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | getbit | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> getdel(K key) {
return reactiveCommandsWrapper.getdel(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | getdel | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> getex(K key, GetExArgs args) {
return reactiveCommandsWrapper.getex(this, getRedisUri(), key, args);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | getex | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> getrange(K key, long start, long end) {
return reactiveCommandsWrapper.getrange(this, getRedisUri(), key, start, end);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | getrange | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> getset(K key, V value) {
return reactiveCommandsWrapper.getset(this, getRedisUri(), key, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | getset | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hdel(K key, K... fields) {
return reactiveCommandsWrapper.hdel(this, getRedisUri(), key, fields);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hdel | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> hexists(K key, K field) {
return reactiveCommandsWrapper.hexists(this, getRedisUri(), key, field);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hexists | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> hget(K key, K field) {
return reactiveCommandsWrapper.hget(this, getRedisUri(), key, field);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<KeyValue<K, V>> hgetall(K key) {
return reactiveCommandsWrapper.hgetallFlux(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hgetall | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hgetall(KeyValueStreamingChannel<K, V> channel, K key) {
return reactiveCommandsWrapper.hgetall(this, getRedisUri(), channel, key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hgetall | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hincrby(K key, K field, long amount) {
return reactiveCommandsWrapper.hincrby(this, getRedisUri(), key, field, amount);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hincrby | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Double> hincrbyfloat(K key, K field, double amount) {
return reactiveCommandsWrapper.hincrbyfloat(this, getRedisUri(), key, field, amount);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hincrbyfloat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<K> hkeys(K key) {
return reactiveCommandsWrapper.hkeys(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hkeys | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hkeys(KeyStreamingChannel<K> channel, K key) {
return reactiveCommandsWrapper.hkeys(this, getRedisUri(), channel, key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hkeys | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hlen(K key) {
return reactiveCommandsWrapper.hlen(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hlen | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<KeyValue<K, V>> hmget(K key, K... fields) {
return reactiveCommandsWrapper.hmget(this, getRedisUri(), key, fields);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hmget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hmget(KeyValueStreamingChannel<K, V> channel, K key, K... fields) {
return reactiveCommandsWrapper.hmget(this, getRedisUri(), channel, key, fields);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hmget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> hmset(K key, Map<K, V> map) {
return reactiveCommandsWrapper.hmset(this, getRedisUri(), key, map);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hmset | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> hset(K key, K field, V value) {
return reactiveCommandsWrapper.hset(this, getRedisUri(), key, field, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hset | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hset(K key, Map<K, V> map) {
return reactiveCommandsWrapper.hset(this, getRedisUri(), key, map);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hset | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> hsetnx(K key, K field, V value) {
return reactiveCommandsWrapper.hsetnx(this, getRedisUri(), key, field, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hsetnx | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> hvals(K key) {
return reactiveCommandsWrapper.hvals(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hvals | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> hvals(ValueStreamingChannel<V> channel, K key) {
return reactiveCommandsWrapper.hvals(this, getRedisUri(), channel, key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | hvals | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> incr(K key) {
return reactiveCommandsWrapper.incr(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | incr | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> incrby(K key, long amount) {
return reactiveCommandsWrapper.incrby(this, getRedisUri(), key, amount);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | incrby | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Double> incrbyfloat(K key, double amount) {
return reactiveCommandsWrapper.incrbyfloat(this, getRedisUri(), key, amount);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | incrbyfloat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<K> keys(K pattern) {
return reactiveCommandsWrapper.keys(this, getRedisUri(), pattern);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | keys | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> keys(KeyStreamingChannel<K> channel, K pattern) {
return reactiveCommandsWrapper.keys(this, getRedisUri(), channel, pattern);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | keys | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> lindex(K key, long index) {
return reactiveCommandsWrapper.lindex(this, getRedisUri(), key, index);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | lindex | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> llen(K key) {
return reactiveCommandsWrapper.llen(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | llen | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> lpop(K key) {
return reactiveCommandsWrapper.lpop(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | lpop | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> lpop(K key, long count) {
return reactiveCommandsWrapper.lpop(this, getRedisUri(), key, count);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | lpop | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> lrange(K key, long start, long stop) {
return reactiveCommandsWrapper.lrange(this, getRedisUri(), key, start, stop);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | lrange | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> lrange(ValueStreamingChannel<V> channel, K key, long start, long stop) {
return reactiveCommandsWrapper.lrange(this, getRedisUri(), channel, key, start, stop);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | lrange | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> lset(K key, long index, V value) {
return reactiveCommandsWrapper.lset(this, getRedisUri(), key, index, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | lset | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> ltrim(K key, long start, long stop) {
return reactiveCommandsWrapper.ltrim(this, getRedisUri(), key, start, stop);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | ltrim | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<KeyValue<K, V>> mget(K... keys) {
return reactiveCommandsWrapper.mget(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<KeyValue<K, V>> mget(Iterable<K> keys) {
return reactiveCommandsWrapper.mget(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> mget(KeyValueStreamingChannel<K, V> channel, K... keys) {
return reactiveCommandsWrapper.mget(this, getRedisUri(), channel, keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> mget(KeyValueStreamingChannel<K, V> channel, Iterable<K> keys) {
return reactiveCommandsWrapper.mget(this, getRedisUri(), channel, keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mget | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> mset(Map<K, V> map) {
return reactiveCommandsWrapper.mset(this, getRedisUri(), map);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | mset | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> msetnx(Map<K, V> map) {
return reactiveCommandsWrapper.msetnx(this, getRedisUri(), map);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | msetnx | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> persist(K key) {
return reactiveCommandsWrapper.persist(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | persist | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> pexpire(K key, long milliseconds) {
return reactiveCommandsWrapper.pexpire(this, getRedisUri(), key, milliseconds);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | pexpire | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> pexpire(K key, Duration milliseconds) {
return reactiveCommandsWrapper.pexpire(this, getRedisUri(), key, milliseconds);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | pexpire | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> pexpireat(K key, Date timestamp) {
return reactiveCommandsWrapper.pexpireat(this, getRedisUri(), key, timestamp);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | pexpireat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> pexpireat(K key, Instant timestamp) {
return reactiveCommandsWrapper.pexpireat(this, getRedisUri(), key, timestamp);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | pexpireat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> pexpireat(K key, long timestamp) {
return reactiveCommandsWrapper.pexpireat(this, getRedisUri(), key, timestamp);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | pexpireat | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> psetex(K key, long milliseconds, V value) {
return reactiveCommandsWrapper.psetex(this, getRedisUri(), key, milliseconds, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | psetex | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> pttl(K key) {
return reactiveCommandsWrapper.pttl(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | pttl | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> rename(K key, K newKey) {
return reactiveCommandsWrapper.rename(this, getRedisUri(), key, newKey);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | rename | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> renamenx(K key, K newKey) {
return reactiveCommandsWrapper.renamenx(this, getRedisUri(), key, newKey);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | renamenx | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> rpop(K key) {
return reactiveCommandsWrapper.rpop(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | rpop | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> rpop(K key, long count) {
return reactiveCommandsWrapper.rpop(this, getRedisUri(), key, count);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | rpop | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> rpoplpush(K source, K destination) {
return reactiveCommandsWrapper.rpoplpush(this, getRedisUri(), source, destination);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | rpoplpush | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> scard(K key) {
return reactiveCommandsWrapper.scard(this, getRedisUri(), key);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | scard | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Flux<V> sdiff(K... keys) {
return reactiveCommandsWrapper.sdiff(this, getRedisUri(), keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | sdiff | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> sdiff(ValueStreamingChannel<V> channel, K... keys) {
return reactiveCommandsWrapper.sdiff(this, getRedisUri(), channel, keys);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | sdiff | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> set(K key, V value) {
return reactiveCommandsWrapper.set(this, getRedisUri(), key, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | set | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> set(K key, V value, SetArgs setArgs) {
return reactiveCommandsWrapper.set(this, getRedisUri(), key, value, setArgs);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | set | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> setGet(K key, V value) {
return reactiveCommandsWrapper.setGet(this, getRedisUri(), key, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | setGet | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<V> setGet(K key, V value, SetArgs setArgs) {
return reactiveCommandsWrapper.setGet(this, getRedisUri(), key, value, setArgs);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | setGet | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<String> setex(K key, long seconds, V value) {
return reactiveCommandsWrapper.setex(this, getRedisUri(), key, seconds, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | setex | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Boolean> setnx(K key, V value) {
return reactiveCommandsWrapper.setnx(this, getRedisUri(), key, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | setnx | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
@Override
public Mono<Long> setrange(K key, long offset, V value) {
return reactiveCommandsWrapper.setrange(this, getRedisUri(), key, offset, value);
} | Initialize a new instance.
@param connection the connection to operate on.
@param codec the codec for command encoding. | setrange | java | arextest/arex-agent-java | arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | https://github.com/arextest/arex-agent-java/blob/master/arex-instrumentation/redis/arex-lettuce-v6/src/main/java/io/arex/inst/lettuce/v6/standalone/RedisReactiveCommandsImplWrapper.java | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.