-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cluster support #653
Cluster support #653
Conversation
partially closed issue zio#151
e49bfae
to
f2d39e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this!
redis/src/test/scala/zio/redis/executor/cluster/RedisClusterExecutorLiveSpec.scala
Outdated
Show resolved
Hide resolved
redis/src/test/scala/zio/redis/executor/cluster/RedisClusterExecutorLiveSpec.scala
Outdated
Show resolved
Hide resolved
redis/src/main/scala/zio/redis/executor/cluster/RedisClusterConfig.scala
Outdated
Show resolved
Hide resolved
redis/src/main/scala/zio/redis/executor/cluster/RedisClusterExecutorLive.scala
Outdated
Show resolved
Hide resolved
6560514
to
9e0ed1f
Compare
9e0ed1f
to
1e1749d
Compare
# Conflicts: # redis/src/test/scala/zio/redis/ApiSpec.scala # redis/src/test/scala/zio/redis/ByteStreamSpec.scala
delete some unrelated changes
move redis uri to separate class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd pass done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor remarks from my side, otherwise looks good to go. Before merging it, please adjust the PR comment to avoid accidentally closing the issue (i.e., right now, it contains a "magic" word close
), and update the list in the issue.
Thank you!
fix some review comments
Partially done #151