com.lambdaworks.redis.RedisTimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redisson Show documentation
Show all versions of redisson Show documentation
Redis Java client with features of In-Memory Data Grid
package com.lambdaworks.redis;
public class RedisTimeoutException extends RedisException {
private static final long serialVersionUID = -6969734163155547631L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy