-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update Documentation for Protocol Support in DiceDB #559
Comments
@pratikpandey21 i'd love to help out on this once the dependencies are done |
Thanks Kavi! |
@KaviiSuri would you like to take this up? We're done with implementation of HTTP we can start on that. |
@lucifercr07 yes, I’ll go ahead with it now. Thanks for pinging me |
Will try to get a draft ready by eod tomorrow |
went through the implementation, will publish PR this weekend |
@lucifercr07 @pratikpandey21 here is a PR for the docs: DiceDB/docs#114 , would love to hear your feedback on this. |
My Current Concerns about the implementation (added here for sake of trackability)
|
Co-authored-by: Jyotinder Singh <jyotindrsingh@gmail.com>
Description
Update the DiceDB documentation to comprehensively cover the different protocols that DiceDB supports, including RESP, HTTP, and WebSocket (WS). The documentation should provide clear guidelines on how customers can leverage each protocol for various use cases, highlighting their features, advantages, and potential applications.
Requirements:
Comprehensive Protocol Documentation:
E.g.:
RESP: Low-latency, high-performance use cases where clients communicate directly with DiceDB.
HTTP: Webhook integrations, SSE-based real-time updates, and RESTful interactions.
WebSocket (WS): Applications requiring low-latency, bidirectional communication, such as live updates or collaborative environments.
The text was updated successfully, but these errors were encountered: