Uses of Class
io.datarouter.client.redis.client.RedisRequestConfig
Packages that use RedisRequestConfig
-
Uses of RedisRequestConfig in io.datarouter.client.redis.client
Methods in io.datarouter.client.redis.client that return RedisRequestConfigMethods in io.datarouter.client.redis.client with parameters of type RedisRequestConfigModifier and TypeMethodDescriptionvoidDatarouterRedisClient.del(byte[] key, RedisRequestConfig config) booleanDatarouterRedisClient.exists(byte[] key, RedisRequestConfig config) Optional<byte[]>DatarouterRedisClient.find(byte[] key, RedisRequestConfig config) DatarouterRedisClient.incrby(byte[] key, int by, RedisRequestConfig config) io.datarouter.scanner.Scanner<io.lettuce.core.KeyValue<byte[],byte[]>> DatarouterRedisClient.mget(List<byte[]> keys, RedisRequestConfig config) voidDatarouterRedisClient.pexpire(byte[] key, Duration ttl, RedisRequestConfig config) voidDatarouterRedisClient.psetex(RedisKeyValue kv, long ttlMs, RedisRequestConfig config) voidDatarouterRedisClient.set(RedisKeyValue kv, RedisRequestConfig config)