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
Hi. It seems that ping supports --client to set the client name (or unset my case). I need to unset the client with this arg because I don't have access to set this config in GCP on Redis Memorystore so the workaround is:
Hi. It seems that
ping
supports--client
to set the client name (or unset my case). I need to unset the client with this arg because I don't have access to set this config in GCP on Redis Memorystore so the workaround is:riot ping -u redis://10.213.18.228:6379 --client=""
This works great for
ping
however it looks like this argument is missing fromreplicate
.replicate
supports--target-client
but not--source-client
or--client
This causes the command to throw an exception (just like using
ping
without--client=""
in my case.if I could use
--client
or better yet--source-client
argument to unset this for the source I can then runreplicate
Ideally I would like to do this:
I am using the
v4.1.3
and even tried theearly-access
release. Neither support it.Thank you!
The text was updated successfully, but these errors were encountered: