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
I'm using this Redis client library - https://github.com/go-redis/redis. The Redis command sent from this library is in lowercase, which is also valid.
Example:
*2
$3
get
$4
key1
$6
value1
Given this case, the command given in the fault rule didn't match with the Redis request command. Hence, it didn't inject fault to the command I desired.
The text was updated successfully, but these errors were encountered:
I'm using this Redis client library - https://github.com/go-redis/redis. The Redis command sent from this library is in lowercase, which is also valid.
Example:
Given this case, the command given in the fault rule didn't match with the Redis request command. Hence, it didn't inject fault to the command I desired.
The text was updated successfully, but these errors were encountered: