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

change interfaces probabilistic and redis gears from private to public #2695

Merged
merged 8 commits into from
Sep 20, 2023

Conversation

peczenyj
Copy link
Contributor

@peczenyj peczenyj commented Sep 9, 2023

Today, if we look into UniversalClient interface documentation,

https://pkg.go.dev/github.com/redis/go-redis/v9#UniversalClient

it includes the Cmdable interface

https://pkg.go.dev/github.com/redis/go-redis/v9#Cmdable

however we have no mention or link to the methods defined in gears or probabilistic interfaces because such interfaces are private.

@peczenyj
Copy link
Contributor Author

peczenyj commented Sep 9, 2023

No idea why go 1.20.x tests are failing

EDIT: thanks @ofekshenawa

@chayim
Copy link
Contributor

chayim commented Sep 11, 2023

Cross linking #2701 for visibility, since they're tied together.

chayim
chayim previously approved these changes Sep 11, 2023
@peczenyj peczenyj changed the title make public probabilistic and redis gears interfaces change interfaces probabilistic and redis gears from private to public Sep 20, 2023
@ofekshenawa ofekshenawa merged commit 934c6a3 into redis:master Sep 20, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants