public interface JedisCommandsInstanceContainer
Modifier and Type | Method and Description |
---|---|
redis.clients.jedis.JedisCommands |
getInstance()
Borrows instance from container.
|
void |
returnInstance(redis.clients.jedis.JedisCommands jedisCommands)
Returns instance to container.
|
redis.clients.jedis.JedisCommands getInstance()
void returnInstance(redis.clients.jedis.JedisCommands jedisCommands)
jedisCommands
- borrowed instanceCopyright © 2015 The Apache Software Foundation. All Rights Reserved.