Problem parsing Redis info when Redis is running on Windows [DATAREDIS-707] #1281
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
type: bug
A general bug
Ruslan Gainutdinov opened DATAREDIS-707 and commented
Response of Redis INFO command MAY contain backward slashes
During reading Redis INFO string output into Properties object backward slashes are interpreted incorrectly as start of \uXXXX unicode escape code in StringToPropertiesConverter.
This results in IllegalArgumentException: Malformed \uxxxx encoding.
Sample Redis INFO output
Exception generated:
The problem class is org.springframework.data.redis.connection.convert.StringToPropertiesConverter
Proper escaping must be performed before Redis INFO response can be parsed into Properties object.
No further details from DATAREDIS-707
The text was updated successfully, but these errors were encountered: