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

Implement Redis protocol #12

Open
adamfowleruk opened this issue Jul 22, 2020 · 0 comments
Open

Implement Redis protocol #12

adamfowleruk opened this issue Jul 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@adamfowleruk
Copy link
Owner

[Who] As a user/programmer trying out GroundUpDB for the first time
[What] I want to be able to use exist Redis based API and apps to test GroundUpDB performance and functionality
[Value] In order to minimise my development and integration effort, allowing me to evaluate GroundUpDB quicker

Solution: Implement a basic (single threaded for now) redis TCP listener server. This will also require a long running server process main for ground up db, and not just an 'embedded' database approach.

References: Redis protocol described here: https://redis.io/topics/protocol

Acceptance: When I can execute the redis-benchmark tool against GroundUpDB for SET and GET operations with a single client connection.

@adamfowleruk adamfowleruk added the enhancement New feature or request label Jul 22, 2020
@adamfowleruk adamfowleruk self-assigned this Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant