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

Remove unix socket detection #201

Merged
merged 1 commit into from
Mar 28, 2019
Merged

Remove unix socket detection #201

merged 1 commit into from
Mar 28, 2019

Conversation

badboy
Copy link
Collaborator

@badboy badboy commented Mar 27, 2019

Depends on #200, but just because otherwise we have merge conflicts. It's otherwise free-standing.

I recently merged changes requiring a recent Rust version anyway, so we don't need this compile time detection anymore

@badboy badboy requested a review from mitsuhiko March 27, 2019 19:30
We only support Rust 1.26+ and thus unix sockets are always available on Unix.
We can conditionally enable the Unix socket code on those systems that support it.

Closes #173.
@badboy badboy force-pushed the remove-unix-socket-detection branch from ebd475a to 56b33fb Compare March 28, 2019 12:32
@badboy badboy merged commit 9d0993e into master Mar 28, 2019
@badboy badboy deleted the remove-unix-socket-detection branch March 28, 2019 12:33
barshaul pushed a commit to barshaul/redis-rs that referenced this pull request Jul 11, 2024
barshaul pushed a commit to barshaul/redis-rs that referenced this pull request Jul 11, 2024
Java: misc fixes (redis-rs#201)

* Update javadocs.



* Minor fixes there and here.



---------

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
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