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