Redix "CLIENT" commands

Why is Redix using the CLIENT command? I have a custom session store implementation for my Phoenix app and when attempting to configure_session(conn, renew: true) in production this command is being received and the command is being blocked by the service hosting the Redis instance as it is unsupported

thanks

@whatyouhide is author iirc? Just a helpful tag :slight_smile:

Turns out it only happens if you use noreply_command commands which had totally slipped by me