Upstash

1.1.0

A Upstash client compatible with Swift Cloud and Fastly Compute@Edge
swift-cloud/Upstash

What's New

v1.1.0 - Response Refactor

2023-05-03T13:10:26Z
  • Refactored response types for simpler value decoding

Upstash

A Upstash library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge

Usage

let client = RedisClient(hostname: "my-host-12345.upstash.io", token: "...")

let val: Int = try await client.get("foo")

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

Last updated: Thu Apr 11 2024 11:19:32 GMT-0900 (Hawaii-Aleutian Daylight Time)