# HG changeset patch # User nanaya # Date 1673853809 -32400 # Node ID 01f3a7e073c3659a1c9525b0d084c1fc743cfeda # Parent e6c29d47192b139b73cf4312824a45926ec2f2ad Remove unsupported namespace syntax Leftover from redis-rails. diff -r e6c29d47192b -r 01f3a7e073c3 config/application.rb --- a/config/application.rb Thu Apr 28 22:49:21 2022 +0900 +++ b/config/application.rb Mon Jan 16 16:23:29 2023 +0900 @@ -43,7 +43,7 @@ config.session_store :disabled if $cfg[:redis_server] - config.cache_store = :redis_cache_store, { url: "#{$cfg[:redis_server]}/cache_store" } + config.cache_store = :redis_cache_store, { url: "#{$cfg[:redis_server]}" } end end end