Hi, I want to send notification periodically to users like every 2 hours. For posts and topics i can see timestamp but not there for upvotes. Is there a way to get timestamp for upvotes?
We store upvote assocations on a per-user basis. You can look into the uid:${uid}:upvote or uid:${uid}:downvote sorted sets for their values. The score is the timestamp, the value is the post id.