\Master/ \ますたー/
Merged tootsuite/mastodon at b1d492f30a584a9e204ac1345e6508ed4acb44bd.
Redisちゃんからの 来なくなっちゃった←
@zundan 実は assets:precompile や db:migrate 時にまだあるかも…
@mayaeh assets:precompileに2つとmigrationに1つあったかもだけど愛がなかった…w
$ heroku builds:output -a zundan-mastodon-ruby270 2>&1 | grep Redis
`Redis#exists(key)` will return an Integer by default in redis-rb 4.3. The option to explicitly disable this behaviour via `Redis.exists_returns_integer` will be removed in 5.0. You should use `exists?` instead.
`Redis#exists(key)` will return an Integer by default in redis-rb 4.3. The option to explicitly disable this behaviour via `Redis.exists_returns_integer` will be removed in 5.0. You should use `exists?` instead.
$ heroku releases:output -a zundan-mastodon 2>&1 | grep Redis
`Redis#exists(key)` will return an Integer by default in redis-rb 4.3. The option to explicitly disable this behaviour via `Redis.exists_returns_integer` will be removed in 5.0. You should use `exists?` instead.
@mayaeh VuePress遊び一段落したらみてみるー
@zundan 抑制する PR ( https://github.com/tootsuite/mastodon/pull/14067 ) でメインのワーニングが消えて、代わりに一度だけ実行時に出るようになっているみたいです。本当はそっちも消したかったのだけど、true にすると HTL が死んだので、、、