public interface RedisCommandsInstanceContainer extends Closeable
Modifier and Type | Method and Description |
---|---|
RedisCommands |
getInstance()
Borrows instance from container.
|
void |
returnInstance(RedisCommands redisCommands)
Returns instance to container.
|
RedisCommands getInstance()
void returnInstance(RedisCommands redisCommands)
redisCommands
- borrowed instanceCopyright © 2023 The Apache Software Foundation. All rights reserved.