Skip to content
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

[RFE] When connecting to a key server set the client name #2122

Open
LunarTwilight opened this issue Jan 19, 2025 · 1 comment
Open

[RFE] When connecting to a key server set the client name #2122

LunarTwilight opened this issue Jan 19, 2025 · 1 comment

Comments

@LunarTwilight
Copy link

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/

@natoscott
Copy link
Member

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants