Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@adam-fowler adam-fowler released this 04 Aug 11:05
· 62 commits to main since this release
74c2751

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