Expected Behavior
sub := rdb.Subscribe(ctx, "chan")
sub.ClientSetName("subscriber"+id)
Current Behavior
*redis.PubSub has no suitable method
Possible Solution
*redis.PubSub uses a single connection, but there's no .Do() or .Conn() for accessing that connection. Or an option for setting the client name when subscribing.
Expected Behavior
sub := rdb.Subscribe(ctx, "chan")
sub.ClientSetName("subscriber"+id)
Current Behavior
*redis.PubSub has no suitable method
Possible Solution
*redis.PubSub uses a single connection, but there's no .Do() or .Conn() for accessing that connection. Or an option for setting the client name when subscribing.