mirror of
https://github.com/swift-server/RediStack.git
synced 2026-06-02 07:37:33 +00:00
Motivation: `Foundation.Data` is known to be more expensive than is necessary for this low level of a library, and has some quirks with its usage. Results: This library now works with byte arrays (`[UInt8]`) directly, and all references to `Foundation` now explicitly import the exact types they need.