public class RedisClientFactory extends Object implements AutoCloseable
| Constructor and Description |
|---|
RedisClientFactory(Charset charset,
int ioThreads) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RedisClient |
connect(SocketAddress address) |
public RedisClientFactory(Charset charset, int ioThreads) throws IOException
IOExceptionpublic RedisClient connect(SocketAddress address)
public void close()
close in interface AutoCloseableCopyright © 2016. All rights reserved.