Package | Description |
---|---|
com.lambdaworks.redis |
Modifier and Type | Method and Description |
---|---|
RedisConnection<String,String> |
RedisClient.connect()
Open a new synchronous connection to the redis server that treats
keys and values as UTF-8 strings.
|
<K,V> RedisConnection<K,V> |
RedisClient.connect(RedisCodec<K,V> codec)
Open a new synchronous connection to the redis server.
|
Copyright © 2016. All rights reserved.