diff options
| author | 2022-01-17 19:41:55 +0100 | |
|---|---|---|
| committer | 2022-01-17 19:41:55 +0100 | |
| commit | 5a38ebf365bfa0718dcbd7ab013af5f2da4610f6 (patch) | |
| tree | 72d762c3f0e081c24239522a6281425789e2e608 /ttun_server/connections.py | |
| parent | 46af86f8ace136dd1d1d94590d3423e6b12e3f7b (diff) | |
| download | server-5a38ebf365bfa0718dcbd7ab013af5f2da4610f6.tar.gz server-5a38ebf365bfa0718dcbd7ab013af5f2da4610f6.tar.bz2 server-5a38ebf365bfa0718dcbd7ab013af5f2da4610f6.zip | |
Added scaling support via redisv1.1.0-rc1
Diffstat (limited to 'ttun_server/connections.py')
| -rw-r--r-- | ttun_server/connections.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ttun_server/connections.py b/ttun_server/connections.py deleted file mode 100644 index a8dabcf..0000000 --- a/ttun_server/connections.py +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | from ttun_server.types import Connection | ||
| 2 | |||
| 3 | connections: dict[str, Connection] = {} | ||
