|
|
@ -18,6 +18,11 @@ package org.redisson.client;
|
|
|
|
import java.net.InetSocketAddress;
|
|
|
|
import java.net.InetSocketAddress;
|
|
|
|
import java.net.URI;
|
|
|
|
import java.net.URI;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @author Nikita Koksharov
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
public class RedisRedirectException extends RedisException {
|
|
|
|
public class RedisRedirectException extends RedisException {
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 181505625075250011L;
|
|
|
|
private static final long serialVersionUID = 181505625075250011L;
|
|
|
|