I work with Application i need check number of posts every hours in db .
I use query to return number of post every hours in store it to db or Redis.
what's best way to do that use Redis or db . this information frequently demand from clients .
i need store every number of posts every hours .