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
Is it possible to set the name (via CLIENT SETNAME for example) when pmproxy (and others?) connect to redis or valkey? Both support CLIENT SETNAME 123 and note that it is convenient to set the client name .
Is it possible to set the name (via CLIENT SETNAME for example) when pmproxy [...] connect to redis or valkey? Both support CLIENT SETNAME 123 and note that it is convenient to set the client name .
There's no code to do this in PCP today, but no reason it couldn't be added if someone wants/needs this.
[...] (and others?)
That'd be pmseries(1) and pmsearch(1) - but the connection code is shared and lives in libpcp_web if you want to explore.
natoscott
changed the title
When connecting to a key server set the client name
[RFE] When connecting to a key server set the client name
Jan 24, 2025
Is it possible to set the name (via CLIENT SETNAME for example) when pmproxy (and others?) connect to redis or valkey? Both support
CLIENT SETNAME 123
and note that it is convenient to set the client name .https://valkey.io/commands/client-setname/
https://redis.io/docs/latest/commands/client-setname/
The text was updated successfully, but these errors were encountered: