RedisJSON
RedisJSON copied to clipboard
RediSearch now supports arch64, so `sbin/get-redisearch` should as well.
See: https://github.com/RediSearch/RediSearch
Currently sbin/get-redisearch does not support arch64 on Linux. It would be great if this could be fixed.
Hi! Currently we're not yet publishing arm based artifacts, though we will in the future. I've self-assigned for the future case.
Thank you :)
There are currently unofficial modified images such as https://github.com/bbilly1/rejson which accomplish the same via manual compilation, as the official Docker image in this repo doesn't work due to the get-redisearch script
I'm checking in from time to time on the ARM64 progress, I know it's in the pipeline and I'm looking forward to an official release.
So this is just a FYI: I've successfully rebuild ReJSON for v2.0.6. No compilation errors, no runtime errors I can see, everything seems to be working just fine.
Dockerfile and build script used are here just in case but there were no modifications necessary: https://github.com/bbilly1/rejson
Oh, it's good to know that no modifications are required now. It would be good if the maintainers popped in to check on this issue, as I'm unsure if it was an intentional change or if things just fixed themselves downstream.
Very much intentional, #550 #551 and more. Before these commits, there were some runtime dependency problems that required some unfortunate workarounds, but that's all fixed now. There were also some upstream fixes needed, but that's also merged: https://github.com/RedisLabsModules/readies/pull/69.
I very much appreciate the progress happening!