Description

class DataQueryCommand(CommandMessage):
    query_name = StringType(required=True)
    response_many = BooleanType(required=False, default=False)

Implemented in webpush python repository, this message is used as a blueprint for all queries that are sent through the Redis channel to acquire some data from the database not accessible by service which initiating the query.

  • occurrences: