mirror of
https://github.com/swift-server/RediStack.git
synced 2026-06-02 07:37:33 +00:00
Motivation: `Foundation.Data` was unexpectedly receiving `RESPValueConvertible` conformance through the `Collection` extension which lead to incorrect encoding. Modifications: Add explicit conformance to `RESPValueConvertible` for `Data`. Result: Users should see their `Data` encoding to RESP format as expected.