public interface JedisCommandsInstanceContainer
Interfaces for containers which stores instances implementing JedisCommands.
| 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()
Borrows instance from container.
void returnInstance(redis.clients.jedis.JedisCommands jedisCommands)
Returns instance to container.
jedisCommands - borrowed instanceCopyright © 2018 The Apache Software Foundation. All Rights Reserved.