-
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
API doesn't support byte[] #28
Comments
Hi. Yes. I'm planning to add this. Actually I had lots of requests regard this (myself included). So expect this to be available in the next couple of days. |
Ah great news, thanks! |
BTW, really nice job on the client. Very clean code, easy to understand. One other thing that you might think about is making the List results streaming in the cases where that makes sense. For example, I could start processing the results of keys() before all of them have been read by the server and they would never have to completely fit in memory. |
This was pushed to master and will be available as of 1.4.0 |
I'm trying to use this to store serialized objects but the lack of raw byte[] support makes that difficult. Are you planning on support raw byte[]?
The text was updated successfully, but these errors were encountered: