jonathan-hill-visasq
Results
1
issues of
jonathan-hill-visasq
To get an instance of the redis client (redis.Redis), you can either call the [constructor](https://redis.readthedocs.io/en/stable/examples/connection_examples.html#Connecting-to-a-redis-instance-with-standard-credential-provider) ([docs](https://redis.readthedocs.io/en/stable/connections.html#connecting-to-redis)) directly, or use the `from_url` [method](https://redis.readthedocs.io/en/stable/connections.html#redis.Redis.from_url). In both cases you can specify options using...
stubs: false positive
help wanted