Skip to content

Releases: valkey-io/valkey-swift

v0.1.0

04 Aug 11:05
74c2751
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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