A Upstash library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
let client = RedisClient(hostname: "my-host-12345.upstash.io", token: "...")
let val: Int = try await client.get("foo")
A Upstash library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
let client = RedisClient(hostname: "my-host-12345.upstash.io", token: "...")
let val: Int = try await client.get("foo")