Michael Mangus

Results 1 issues of Michael Mangus

In `sync_execute`, commands are executed by making requests to the Upstash REST API [like this...]( https://github.com/upstash/redis-python/blob/5fd770bd584919b7306d9af54d0ac975b9c39729/upstash_redis/http.py#L129) ```python3 response = session.post(url, headers=headers, json=command).json() ``` ...where `session` is a `requests.Session` instance. As...