Skip to content

Fix for application crash on numeric arguments in Redis

Andrew Newdigate requested to merge an-fix-numeric-issue into master

Fixes a crash in which non-string arguments will in some circumstances cause the Redis tracing to crash.

Also adds additional tests to ensure this doesn't happen again.

Merge request reports