Skip to content
  • Nathan Harris's avatar
    Add `Equatable` conformance for `RedisError` · d702121f
    Nathan Harris authored
    Motivation:
    
    There is a reasonable way to compare if two `RedisErrors` are equal, which was seen as needed in the `Equatable` conformance for `RESPValue`.
    
    Modifications:
    
    Added `Equatable` conformance for `RedisError` by comparing the messages.
    
    Result:
    
    Two `RedisError` instances are now equatable.
    d702121f