-
Hello, I have a Amazon Linux 2 server that I installed and setup and it appears correct. I am using the latest 0.6.5 centos 7. I am just trying to ping a local server and I keep getting My test php file
PhpRedis version works, Relay says My logging is turned on and I get
My so LLD result is
Not sure what is going up, PHP says it's enabled and correct. I have
Injected Any ideas what is wrong or what I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
I'm guessing because Redis Server isn't reachable? Try setting this: $relay->setOption(Relay::OPT_THROW_ON_ERROR, true); |
Beta Was this translation helpful? Give feedback.
-
Oh why yes I was I thought it was 5. My bad.
…On Mon, Jun 26, 2023 at 4:48 PM Michael Grunder ***@***.***> wrote:
@dubcanada <https://github.com/dubcanada> Were you possibly using Redis
4.x.x? I think I see how this could happen with a version of Redis that
old. Basically, Relay intercepts the specific HELLO error message to
present a more helpful exception message.
Redis switched from single-quoting the command name to using back-ticks in
5.x.x
ERR unknown command 'HELLO'
vs
ERR unknown command `HELLO`
—
Reply to this email directly, view it on GitHub
<#81 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5MBMPPYM53PXXHICDBG3XNHRRTANCNFSM6AAAAAAZL7TJDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I think my problem is I am using Redis 5.4 I will try 6.