Commit Graph

6 Commits

Author SHA1 Message Date
shiftinv 7e4a78fcf2 fix: handle breaking changes from dep update 2024-02-01 17:14:59 +01:00
shiftinv 5adc6d8e3a fix: add lock around redis commands
not locking these seems to make the library run into state issues, and since the rtt is currently <50ms this shouldn't cause significant delays
2022-09-08 00:04:37 +02:00
shiftinv c95b6fd5a3 fix: manually connect instead of forcing connect through ping 2022-09-07 21:44:22 +02:00
shiftinv 0cc27e4bed feat: check redis net permissions
seems like the redis lib retries on deno permission errors, which will never succeed, so let's just check beforehand
2022-09-07 15:47:52 +02:00
shiftinv 75ba80e63c feat: make redis optional, fall back to less consistent local cache 2022-09-07 15:28:25 +02:00
shiftinv 6027c8271d feat: use redis to fix state sync issues 2022-09-06 21:21:40 +02:00