-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
support for upcoming Redis 2.2 #70
Comments
Sure! I have planned to do it over the weekend! :) |
done! :) Jedis .1.5.1 |
Hey, I finally got some time to upgrade to Redis 2.2 (rc2) and Jedis 1.5.1 - here's some quick feedback:
Otherwise, everything works great - thanks for making this possible! |
Thanks a lot for the feedback! |
Hey - any update on this issue? Is there a new branch or snapshot that I have missed? |
done on master, just forgot to push it to github and let you know :S sorry! but now it is all pushed and ready for you to play with :) |
Hey, Great - just tried the update.
Unfortunately didn't see issue #77 [1] addressed in the master yet. |
sorry about that. 1 and 2 should be fixed now. |
|
wooops. missed that. pushed to master. |
I can see the method on BinaryJedis#public Long sort(final byte[] key, final byte[] dstkey). |
done. sorry about this mess. seems like my brain still thinks I'm on vacations. |
no worries - everything works now. Any chance of fixing issue #77 (binary pubsub) this week? |
sure, will do it over this weekend. so expect a new version of Jedis on Monday. |
Hi,
As Redis 2.2 is approaching RC phase, it would be nice to get support for the new commands in Jedis. I'll gladly test them (once the windows port completes :) ).
The text was updated successfully, but these errors were encountered: