You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
The only thing that I can't get working, it's that when we compress in Java we get this stream identifier:
\x82SNAPPY\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\
But when we compress with NodeJS, we get this other stream identifier:
�\x06\x00\x00sNaPpY\x00�\
So when we store from NodeJS in Redis, we can't get it out of Redis, because it seems Redis recognizes the first Stream Identifier only.
Any ideas? I am pulling my hair out. I am not even good with Streams and Byte Arrays.
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Kesla,
I am loving your Snappy package for Node.
The only thing that I can't get working, it's that when we compress in Java we get this stream identifier:
\x82SNAPPY\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\
But when we compress with NodeJS, we get this other stream identifier:
�\x06\x00\x00sNaPpY\x00�\
So when we store from NodeJS in Redis, we can't get it out of Redis, because it seems Redis recognizes the first Stream Identifier only.
Any ideas? I am pulling my hair out. I am not even good with Streams and Byte Arrays.
Thank you!
The text was updated successfully, but these errors were encountered: