Releases: valkey-io/valkey-swift
Releases · valkey-io/valkey-swift
v0.1.0
Initial release of valkey-swift the Swift client for Valkey. The client includes support for the following
- All Valkey commands are available (string, list, set, sorted set, hash, stream, hyperloglog, geo-spatial etc)
- Pipelining of commands in batches to avoid waiting for round trip of each response
- Concurrent access to a single connection
- Transactions
- Subscriptions using AsyncSequences
- Valkey Clusters