jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Add support for RESP3

Open gkorland opened this issue 4 years ago • 2 comments

https://gist.github.com/antirez/2bc68a9e9e45395e297d288453d5d54c

gkorland avatar Nov 24 '19 08:11 gkorland

@sazzad16 what time release has hello method version??? this 2022 year!! thank you !

startjava avatar Dec 21 '21 08:12 startjava

@startjava yes, this 2022 year!! we still waiting for your PR!!! thank you!

sazzad16 avatar Dec 21 '21 09:12 sazzad16

https://github.com/redis/jedis/issues/2103

chayim avatar Feb 09 '23 07:02 chayim

Remember to consider https://github.com/redis/redis-specifications/pull/12

chayim avatar Feb 09 '23 07:02 chayim

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

sazzad16 avatar Feb 12 '23 13:02 sazzad16

Available since version 5.0.0.

sazzad16 avatar Mar 24 '24 06:03 sazzad16