mirror of
https://github.com/swift-server/RediStack.git
synced 2026-06-02 07:37:33 +00:00
435cdb2ab0
Motivation: The library provides command implementations for almost every single Redis command, authorize is no different. Modifications: Add `authorize(with:)` command method on `RedisClient` Replace the implementation in `RedisConnection.connect(...)` Result: Developers should now have independent access to the `AUTH` Redis command on `RedisClient` implementations.