Skip to content

Commit 66bbbeb

Browse files
docs(jedis-compatibility): link to issue #5469 for JedisPubSub callback support
Add reference to issue #5469 in migration guide to track planned support for Jedis-style JedisPubSub callback listeners. Addresses feedback from PR #5286 review. Signed-off-by: prashanna-frsh <[email protected]> Made-with: Cursor Signed-off-by: prashanna-frsh <[email protected]> Made-with: Cursor
1 parent 879fed5 commit 66bbbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/jedis-compatibility/compatibility-layer-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ blockingSocketTimeoutMillis
105105
### Advanced Features
106106
- **Transactions**: MULTI/EXEC transaction blocks not supported
107107
- **Pipelining**: Jedis pipelining functionality unavailable
108-
- **Pub/Sub with JedisPubSub callbacks**: Jedis-style `JedisPubSub` callback listeners are not supported. For PubSub functionality with message handling, use GLIDE's native dynamic pubsub APIs to subscribe to channels and handle messages at runtime. The compatibility layer only provides `publish()` and `pubsub*()` inspection commands.
108+
- **Pub/Sub with JedisPubSub callbacks**: Jedis-style `JedisPubSub` callback listeners are not supported (see [issue #5469](https://github.com/valkey-io/valkey-glide/issues/5469) for planned support). For PubSub functionality with message handling, use GLIDE's native dynamic pubsub APIs to subscribe to channels and handle messages at runtime. The compatibility layer only provides `publish()` and `pubsub*()` inspection commands.
109109
- **Lua scripting**: EVAL/EVALSHA commands not supported
110110
- **Modules**: Redis module commands not available
111111

0 commit comments

Comments
 (0)