jedis
jedis copied to clipboard
Add support for RESP3
https://gist.github.com/antirez/2bc68a9e9e45395e297d288453d5d54c
@sazzad16 what time release has hello method version??? this 2022 year!! thank you !
@startjava yes, this 2022 year!! we still waiting for your PR!!! thank you!
https://github.com/redis/jedis/issues/2103
Remember to consider https://github.com/redis/redis-specifications/pull/12
Anything in this list is available in a PR only, or merge branch, until this issue is closed.
- [x] UnifiedJedis - Add an option to set the protocol
- [x] URI - protocol version in uri where available today (S)
- [x] Unix Socket - check if unix socket works with RESP3 (S)
- [x] HELLO command
- [x] HELLO command extension with optional arguments
- [x] RESP3 protocol parser
- [x] Parser for Stream commands (L)
- [x] Parser for Module commands (L)
- [x] PUB/SUB
- [x] Read the docs and experiment (M)
- [x] README update with RESP3 config
- [x] Investigate where to make the changes
- [x] Make the changes
Available since version 5.0.0.