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 your feature request related to a problem? Please describe.
In production environments, some sensitive Redis commands like flushall and shutdown are renamed in the configuration file to other names to prevent misuse(https://redis.io/docs/latest/commands/rename/). However, Kyanos is not aware of these configurations, so it currently cannot parse them correctly. It would be helpful to provide a command-line option under the Redis subcommand, such as: --renames 'origin_name1=current_name1,origin_name2=current_name2', so that kyanos can parse this command successfully.
Describe the solution you'd like
look at: agent/protocol/redis.go.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In production environments, some sensitive Redis commands like
flushall
andshutdown
are renamed in the configuration file to other names to prevent misuse(https://redis.io/docs/latest/commands/rename/). However, Kyanos is not aware of these configurations, so it currently cannot parse them correctly. It would be helpful to provide a command-line option under the Redis subcommand, such as:--renames 'origin_name1=current_name1,origin_name2=current_name2'
, so that kyanos can parse this command successfully.Describe the solution you'd like
look at:
agent/protocol/redis.go
.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: