selfprivacy-rest-api/selfprivacy_api/utils
Houkime 2e9cdf15ab Autostart a redis instance in nix shell.
As a part of test environment, an unprivileged redis server is started on localhost:6379.
Redis connection pool detects when it is run in a development nix shell
and uses this port instead of a production unix socket. This way, redis
tests pass even on computers without redis installed.
2022-11-28 14:38:21 +02:00
..
__init__.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
auth.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
block_devices.py refactor: Use singleton metaclass for all singleton classes 2022-10-27 18:31:52 +03:00
huey.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
network.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
redis_pool.py Autostart a redis instance in nix shell. 2022-11-28 14:38:21 +02:00
singleton_metaclass.py refactor: Use singleton metaclass for all singleton classes 2022-10-27 18:31:52 +03:00