Hi I\'m having trouble setting up my Rails project on my server because apache keeps complaining
DalliError: No server available.
DalliError: No server available
I installed
Use 127.0.0.1 instead of localhost should solve your (and mine) issue.
127.0.0.1
localhost
config.cache_store = :dalli_store, '127.0.0.1:11211', { namespace: 'production' }