Serhii Buniak
Serhii Buniak
Here's details - https://en.wikipedia.org/wiki/Cache_stampede and here's an alternative library https://pypi.org/project/py-memoize/ So, my question: can I use aiocache as a single cache for my async application?
**Describe the bug** Can't write cassette for file uploading. Is it possible to achieve that? **To Reproduce** Steps to reproduce the behavior: 1. Sample piece of code, which I want...
``` [I 210728 19:10:33 pyproxy:242] http server started on 127.0.0.1:8080 [E 210728 19:10:38 web:1789] Uncaught exception CONNECT :443 (127.0.0.1) HTTPServerRequest(protocol='http', host='', method='CONNECT', uri=':443', version='HTTP/1.1', remote_ip='127.0.0.1') Traceback (most recent call last):...
Hi, although lib is great finding, I'd like to not use that complex decorator method, but something like: ```py cache = AsyncCache() cache.add(key, value) cache.get(key) ``` And cache in this...
Hi, I'd like to do the following: ```py cached_sess.clear_cache() ``` Is there anything which can help to do this? Or it should be considered as a new feature?
This issue might be connected to this one - https://github.com/exasol/docker-db/issues/17 From scratch I can start exasol as a separate container, but I can't do it with many others containers using...
Is it possible to turn off token validation somehow? We have our own token validator and we want to use it instead.