Ejemplo n.º 1
0
 def get_comments_count(self, obj):
     return RedisHelper.get_count(obj, 'comments_count')
Ejemplo n.º 2
0
 def get_likes_count(self, obj):
     return RedisHelper.get_count(obj, 'likes_count')