lost-fe/packages/backend/src/db
Francis Dinh 5a52532c99
allow redis family to be specified as a string
This makes it consistent with `outgoingAddressFamily`, reducing
potential confusion.

For compatibility reasons, numbers are still permitted for `redis.family`
with the following mapping:
- `dual` = `0`
- `ipv4` = `4`
- `ipv6` = `6`

Changelog: Changed
2022-09-30 11:05:49 -04:00
..
elasticsearch.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
logger.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
postgre.ts Remove promo entities and endpoints 2022-08-11 23:13:09 +02:00
redis.ts allow redis family to be specified as a string 2022-09-30 11:05:49 -04:00