diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2022-06-24 19:22:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 19:22:19 +0900 |
| commit | 6f8e3fe36633836d36c5447d78636f370b36cd84 (patch) | |
| tree | 30a7add8183af548da5ef4ae88b43df271ba5f21 /.config/example.yml | |
| parent | fix(client): ask to log in for poll vote (#8883) (diff) | |
| download | misskey-6f8e3fe36633836d36c5447d78636f370b36cd84.tar.gz misskey-6f8e3fe36633836d36c5447d78636f370b36cd84.tar.bz2 misskey-6f8e3fe36633836d36c5447d78636f370b36cd84.zip | |
enhance: Redisをioredisに統一してIPv6サポート (#8869)
* Use ioredis, Supports IPv6 host
https://github.com/misskey-dev/misskey/issues/8862
* Fix import
* order
* a
* i
* fix
* flushdb
* family
* CHANGELOG
* redis_version
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index ef91c86f52..8b9d9b4823 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -57,6 +57,7 @@ db: redis: host: localhost port: 6379 + #family: 0 # 0=Both, 4=IPv4, 6=IPv6 #pass: example-pass #prefix: example-prefix #db: 1 |