redis-specifications
redis-specifications copied to clipboard
Error type encoding
Currently, error types (Simple error and Bulk error) return text strings as errors, however, the specification does not explicitly state that the string is a text string and in which encoding.
Proposal
Explicitly state that Simple error and Bulk error strings are always valid UTF-8 strings.