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
blumamir
changed the title
feat(redis & redis-4): only serialize non sensitive arguments in db statement attribute
feat(redis & redis-4): only serialize command name db statement attribute
Nov 20, 2022
blumamir
changed the title
feat(redis & redis-4): only serialize command name db statement attribute
feat(redis & redis-4): only serialize command name db in statement attribute
Nov 20, 2022
blumamir
changed the title
feat(redis & redis-4): only serialize command name db in statement attribute
feat(redis & redis-4): only serialize command name in db.statement attribute
Nov 20, 2022
What did you do?
I used the redis instrumentation
What did you expect to see?
I expected to see the arguments of my command. e.g.
hset map1 key1 value1
What did you see instead?
I saw only the name of the command. e.g.
hset
Additional context
This issue was already solved for ioredis here, I want to solve it also for redis and redis-4.
The text was updated successfully, but these errors were encountered: