Files
RediStack/Tests
Nathan Harris 34647e1423 Fix Data Conversion to RESPValue
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.
2019-06-11 13:20:24 -07:00
..
2019-06-06 09:55:08 -07:00