-
Notifications
You must be signed in to change notification settings - Fork 30
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
Possible to use without Hiredis? #33
Comments
Looks like this may be the root cause - perhaps there are some minor changes required on the side of simple-feed for compatibility here redis/redis-rb#1178 Edit: seems like editing |
@pehrlich2 thank you so much for reporting this. I would like to clarify your request:
The reason for Let me know! |
Hi!
I think it would be fine to simply update the require statement - as long
as that doesn’t cause new problems. Have been using it that way and no
trouble so far.
Cheers
…On Wed, May 10, 2023 at 12:08 PM Konstantin Gredeskoul < ***@***.***> wrote:
@pehrlich2 <https://github.com/pehrlich2> *thank you so much for
reporting this.* I would like to clarify your request:
- Would you rather see hiredis be optional or
- do I simply need to change the require to match the recent changes
in the hiredis gem?
The reason for hiredis to begin with is that it provides a much faster
communications with the redis server, where the most high throughput
functions are written in plain C.
Let me know!
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANFKKBKWTHOQ2FAEMI3GZTTXFO4O3ANCNFSM6AAAAAAXARXFBI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Any chance you might be open to submitting a PR with your solution? It be great if hiredis was optional, but the README explained how to enable it for high throughput. |
Is this still an issue that need solving? |
Yes please! |
If you are attempting to use this gem in rails without hiredis (standary ruby driver only) in rails with Redis >5 you can do the following: Add the following line to boot.rb: And then add an empty file at: |
Thanks. I'll release a fix for this shortly |
Hello!
Doing first-time setup here. Following the given installation instructions on ruby 3.2.2 and either OSX or Heroku, I get the following error when starting the server:
Any tips for how to troubleshoot this? Is it possible to opt out of Hiredis, even temporarily? Thanks!
The text was updated successfully, but these errors were encountered: