コード例 #1
0
def get_settings_pub_sub():
    return RedisPubSub('settings')
コード例 #2
0
def get_node_assets_mapping_for_memory_pub_sub():
    return RedisPubSub('fm.node_all_asset_ids_memory_mapping')
コード例 #3
0
def get_orgs_mapping_for_memory_pub_sub():
    return RedisPubSub('fm.orgs_mapping')
コード例 #4
0
def new_site_msg_pub_sub():
    return RedisPubSub('notifications.SiteMessageCome')