Client name not visible in logs?
I'm using .NET library (StackExchange.Redis) to communicate with KeyDB.
Client version: 2.8.0 Server version (KeyDB): 6.2.2
I'm trying to set client name by simply set ClientName in configuration but on server it looks like below
id=54637111 addr=66.66.66.66:62494 laddr=666.666.666.666:666 fd=49 name= age=163 idle=13 flags=N db=11 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 argv-mem=0 obl=0 oll=0 omem=0 tot-mem=20504 events=r cmd=get user=default redir=-1
I tried everything from client side and even ask there for help https://github.com/StackExchange/StackExchange.Redis/issues/2749 but I'm stuck and now I'm searching on server side. Is there any configuration I could miss in keydb to display name of the client?