Skip to content

Port redis database adapter to Rust #2503

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

Draft
wants to merge 31 commits into
base: develop
Choose a base branch
from
Draft

Port redis database adapter to Rust #2503

wants to merge 31 commits into from

Conversation

Pushkarm029
Copy link
Member

@Pushkarm029 Pushkarm029 commented Apr 10, 2025

Pull Request

This pull request fixes several issues with Redis integration,

  • improves database query handling,
  • removes unnecessary code
  • logging for better maintainability.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How has this change been tested?

make cargo-test

Pushkarm029 and others added 29 commits March 25, 2025 10:40
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
…d code, and change the default encoding from msgpack to json.

Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
Signed-off-by: Pushkar Mishra <[email protected]>
@Pushkarm029 Pushkarm029 changed the title Improve Rust Port Refine redis port Apr 10, 2025
@Pushkarm029 Pushkarm029 force-pushed the redis branch 2 times, most recently from 17560ac to 8975069 Compare April 15, 2025 17:21
@cjdsellers cjdsellers marked this pull request as draft June 3, 2025 01:44
@cjdsellers cjdsellers changed the title Refine redis port Port redis database adapter to Rust Jun 3, 2025
@cjdsellers
Copy link
Member

This PR will be used to reference the main changes for when we attempt this again.

As discussed with Pushkar - there are breaking changes we don't want to introduce just yet and the database adapter interface also needs another round of redesign.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants