phpredismemcachedb

PHP - Redis/Memcachedb/Mongodb or other persistent storage to store counter


By counter it could be pageviews, downloads, number of votes etc. Basically, not very 'critical' data.

What is the 'best' way to store those information? Mysql is not a good option. What do you guys use?


Solution

  • I think I would go with Redis, because: