Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RESP3 support #1502

Open
ghost opened this issue Mar 8, 2020 · 2 comments
Open

Add RESP3 support #1502

ghost opened this issue Mar 8, 2020 · 2 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Mar 8, 2020

No description provided.

@ghost ghost mentioned this issue May 1, 2020
@chayim
Copy link
Contributor

chayim commented Feb 9, 2023

Remember to consider redis/redis-specifications#12

@chayim
Copy link
Contributor

chayim commented Feb 9, 2023

  • RESP3 Decoder
  • RESP3 TS Types
  • Support both RESP2 and RESP3 types - In Progress
    • Add a way to define RESP2 and RESP3 transformReply on RedisCommand
    • Type all commands (including modules) - In Progress
    • Update RedisClient & RedisClientMulti to support the new RedisCommand interface - In Progress
    • Update RedisCluster & RedisClusterMulti to support the new RedisCommand interface
  • Docs
  • Parse and support the resp protocol version from the URI not possible, RESP2 and RESP3 are 2 different interfaces, and there is no way to infer that from the URI (unless the URI is "static" and can be evaluated at "compile time", which is not true in most cases)

@leibale leibale self-assigned this Feb 23, 2023
@leibale leibale mentioned this issue Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants