BaseStore implementation using Upstash Redis as the underlying store to store raw bytes.
UpstashRedisByteStore(
self,
*,
client: Any = None,
url: Optional[str] = None,
token: Optional[str] = None,
ttl: Optional[int] = None,
namespace: Optional[str] = None
)