Using Apache to Save Data in Redis
Using a bash script and redis-cli to write Apache stats directly into Redis:
In one of my projects, I was using redis database to collect some statistics and I thought of saving data into it at apache level. This would considerably enhance the speed of saving data as it would not require the interception of grails to save data.
Original title and link: Using Apache to Save Data in Redis (©myNoSQL)
via: http://www.intelligrape.com/blog/2012/07/30/using-apache-to-save-data-in-redis/