-
Notifications
You must be signed in to change notification settings - Fork 62
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
Client.getInfo() should return human readable data #100
Labels
Comments
This will allow JRedisSearch to simply have a one-line change. I need first to update JRedisSearch to JRedis 3.3 (#101) Are you ok with this plan?
|
I'm OK, please prepare a PR to Jedis, the problem is how are you going to test it on Jedis? |
moving this discussion to Jedis, when I have created the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The values returned by
client.getInfo();
are binary content, the API should return a human readable one. (converting all maps in to proper datatype)Schema:
Printed values:
It should be something like:
The text was updated successfully, but these errors were encountered: