Пример #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')