version 2.0.8
All errors in module starting with prefix 'ERR'. Example: 'ERR new objects must be created at the root'
In case of 'wrong type' error no prefix occurred.
#Reproducer
set foo bar
"OK"
json.type foo .
"Existing key has wrong Redis type"
Expected: "ERR Existing key has wrong Redis type"