-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update redis binaries #16
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
============================================
+ Coverage 72.81% 73.28% +0.46%
Complexity 116 116
============================================
Files 20 20
Lines 515 509 -6
Branches 38 38
============================================
- Hits 375 373 -2
+ Misses 118 114 -4
Partials 22 22
Continue to review full report at Codecov.
|
Please also add 5.0.9 binaries for windows from https://github.com/tporadowski/redis/releases |
@mrniko Should be there already, note I have not tested the Windows version as I do not have a suitable dev environment set up at the moment for Windows. |
I did. It works fine |
Hi guys. Is there anything else to be done with this PR? I could help with testing, though only on linux system... |
Hi guys, would appreciate if you could update Mac OSX binaries to redis >= 6.0.10 as this version includes a fix for a bug that crashes redis on Mac ARM (M1) platforms. Details can be found here: |
Thank you so much for this PR. Although not released, I was able to use your binaries and override Redis for my tests that rely on features of recent Redis versions. |
Any update regarding upgrading redis version to >= 6.0.10? Thanks. |
I don't know but appears this repository is dead, if we do create a redis-embedded organization and add all people with an PR opened in this repository? @kenshinji |
Any chance to get this merged and released? @ozimov |
https://github.com/signalapp/embedded-redis is a more up-to-date fork (Maven). It uses Redis |
It seems we also need to update our dependencies for this to work correctly.
Note that for the OSX/Linux binaries I've taken care to ensure that they are highly portable unlike those in #15 by statically linking all libraries other than libSystem on OSX which is not really possible to statically link but should always be included. Windows is untested at this point and version 5.0.9 seems to be the latest native Windows binary available.