Replies: 1 comment 5 replies
-
Thank you for the feedback, but If you are using a version of Redis or a third-party storage that does not support this command, you can ignore this option(ClientName=""). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! In #2312 a feature has been implemented to set client name via a struct field. This is cool, thanks. I tried to use it but it turned out that GCP's Memorystore does not support it, which is a shame, but what can we do. I get the following error from GCP:
I ship my application to clients and I don't know what they use. Some might use GCP (like we ourselves do in some environments). So I cannot unconditionally use this feature because it would break the program for some customers who use GCP.
What can we do?
One idea I have is to change the library to log the error from that command instead of erroring out. Maybe check for "unknown command" text and ignore that specifically. WDYT?
Beta Was this translation helpful? Give feedback.
All reactions