mirror of
https://github.com/swift-server/RediStack.git
synced 2026-06-02 07:37:33 +00:00
d702121f59
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.