public class RedisWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RedisWrapper.Builder
Builder for the wrapper
|
| Modifier and Type | Method and Description |
|---|---|
static RedisWrapper.Builder |
builder() |
void |
close() |
redis.clients.util.Pool<redis.clients.jedis.Jedis> |
getJedisPool() |
void |
testConnection() |
public redis.clients.util.Pool<redis.clients.jedis.Jedis> getJedisPool()
public static RedisWrapper.Builder builder()
public void close()
public void testConnection()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.