Exemplo n.º 1
0
def get_settings_pub_sub():
    return RedisPubSub('settings')
Exemplo n.º 2
0
def get_node_assets_mapping_for_memory_pub_sub():
    return RedisPubSub('fm.node_all_asset_ids_memory_mapping')
Exemplo n.º 3
0
def get_orgs_mapping_for_memory_pub_sub():
    return RedisPubSub('fm.orgs_mapping')
Exemplo n.º 4
0
def new_site_msg_pub_sub():
    return RedisPubSub('notifications.SiteMessageCome')