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

Improve clusterSlots response #1346

Closed
xetorthio opened this issue Jul 8, 2016 · 3 comments
Closed

Improve clusterSlots response #1346

xetorthio opened this issue Jul 8, 2016 · 3 comments

Comments

@xetorthio
Copy link
Contributor

Expected behavior

Maybe List<SlotAssignment> where SlotAssignment is:

class SlotAssignment {
  int start
  int end
  Node master
  List<Node> replicas
}

And Node is:

class Node {
  HostAndPort net
  String key
}

Actual behavior

List<Object>
@marcosnils
Copy link
Contributor

Dupe of #988. Let's continue on that thread.

@xetorthio
Copy link
Contributor Author

Not sure if it is the same. The other issue is about nodes and this one
about slots.

On Sat, Jul 9, 2016, 08:45 Marcos Nils notifications@github.com wrote:

Closed #1346 #1346.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1346 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAIhp3QPhE54jQyo9NhVxjcpAb1618Uyks5qT4nLgaJpZM4JIDxZ
.

@marcosnils
Copy link
Contributor

The conversion in the thread also suggests adding slots info. I've just updated the issue title so it's more representative

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

No branches or pull requests

2 participants