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

rename the redis binaries to ds (dataserver) #202

Merged
merged 3 commits into from
Aug 8, 2018

Conversation

thinkingfish
Copy link
Contributor

I started introducing different APIs based on the RESP so these should not be called Redis to avoid confusion.

This is the first of the two PRs needed for the clean-up, which only affects the code under src/server.

The changes under src/protocol is more involved, because we are essentially introducing two sets of APIs that share the same wire protocol. I need to think about how to minimize duplicate code while allowing both to be compiled simultaneously (which may or may not be feasible when implemented in C).

@kevyang
Copy link
Contributor

kevyang commented Aug 7, 2018

i am fine with this for now, but as we finalize the protocol we may want to think of a less generic name than "dataserver"

@thinkingfish

This comment was marked as spam.

@thinkingfish thinkingfish merged commit 5e1d70b into twitter:master Aug 8, 2018
@thinkingfish thinkingfish deleted the rename_redis branch October 10, 2018 21:15
swlynch99 pushed a commit to swlynch99/pelikan-twitter that referenced this pull request Sep 30, 2019
- Ref twitter#202, twitter/pelikan@14fcd34
- Replace CHECK_WORKING with CHECK_FOUND
- call make test instead of make check
- Fix Cmake warning "Policy CMP0075" by remove CMAKE_REQUIRED_LIBRARIES
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