| Package | Description |
|---|---|
| io.leopard.redis | |
| io.leopard.redis.util |
| Modifier and Type | Method and Description |
|---|---|
IJedisPool |
RedisImpl.getJedisPool() |
IJedisPool |
RedisMemoryImpl.getJedisPool() |
IJedisPool |
Redis.getJedisPool()
返回redis连接池.
|
IJedisPool |
RedisWrapper.getJedisPool() |
IJedisPool |
RedisHashImpl.getJedisPool() |
IJedisPool |
RedisAllImpl.getJedisPool() |
| Modifier and Type | Class and Description |
|---|---|
class |
JedisPoolApacheImpl |
| Modifier and Type | Method and Description |
|---|---|
static IJedisPool |
RedisUtil.createJedisPool(String server,
int timeout)
创建连接池.
|
static IJedisPool |
RedisUtil.createJedisPool(String server,
int timeout,
int maxActive,
String password)
创建连接池.
|
Copyright © 2018–2020. All rights reserved.