lcreid / rails-5-jade

Rails 5 with Jekyll and Node on Ubuntu 18.04
MIT License
28 stars 3 forks source link

Make Redis start on demand by Rails, and only if necessary #34

Open lcreid opened 5 years ago

lcreid commented 5 years ago

Redis only needs to start before the Rails app starts, and only if the particular Rails app needs Redis. It might reduce the load on the server a bit if we only start Redis when needed.