PHP - Redis/Memcachedb/Mongodb or other persistent storage to store counter
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-01-10T02:16:21Z
        Indexed on 
            2010/03/19
            0:51 UTC
        
        
        Read the original article
        Hit count: 342
        
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?
© Stack Overflow or respective owner