public class RedisJedisManager extends Object implements AutoCloseable
| Constructor and Description |
|---|
RedisJedisManager(String host,
int port,
int database,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
redis.clients.jedis.JedisPool |
getJedisPool() |
redis.clients.jedis.Jedis |
getResource() |
public redis.clients.jedis.JedisPool getJedisPool()
public redis.clients.jedis.Jedis getResource()
public void close()
close in interface AutoCloseableCopyright © 2012-2025 Apache Software Foundation. All Rights Reserved.