Пример #1
0
def faved_topic_count(mid):
    return r.scard('faved_topic:'+mid)
Пример #2
0
def faved_node_count(mid):
    return r.scard('faved_node:'+mid)
Пример #3
0
def faved_user_count(mid):
    return r.scard('faved_user:'+mid)