Package org.redisson.client
Class RedisClient
java.lang.Object
org.redisson.client.RedisClient
Low-level Redis client
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionconnect()
static RedisClient
create
(RedisClientConfig config) getAddr()
long
io.netty.channel.EventLoopGroup
io.netty.util.Timer
getTimer()
boolean
void
shutdown()
toString()
-
Method Details
-
create
-
getAddr
-
getCommandTimeout
public long getCommandTimeout() -
getEventLoopGroup
public io.netty.channel.EventLoopGroup getEventLoopGroup() -
getConfig
-
getTimer
public io.netty.util.Timer getTimer() -
connect
-
resolveAddr
-
connectAsync
-
connectPubSub
-
connectPubSubAsync
-
shutdown
public void shutdown() -
shutdownAsync
-
isShutdown
public boolean isShutdown() -
toString
-