Get Two Rails apps to share the same Redis data
问题 I have two rails apps. The first app constantly calculates some data and stores it in Redis (This app is running on JRuby 1.7.4 and Rails 4). The second app reads this data from the same Redis server (This app is running on Ruby 2.0.0 and Rails 4). After trying to achieve this configuration in my local development environment, it's apparent that my Redis data is not being shared between the two apps. In both apps, my config/initializers/redis.rb file looks like this: uri = URI.parse(ENV[