!admin queryLow-level queries for database getters and iterators
!admin query account-dataaccount_data.rs iterators and getters
!admin query account-data changes-sinceReturns all changes to the account data that happened after since
!admin query account-data account-data-getSearches the account data for a specific kind
!admin query appserviceappservice.rs iterators and getters
!admin query appservice get-registrationGets the appservice registration info/details from the ID as a string
!admin query appservice allGets all appservice registrations with their ID and registration info
!admin query presencepresence.rs iterators and getters
!admin query presence get-presenceReturns the latest presence event for the given user
!admin query presence presence-sinceIterator of the most recent presence updates that happened after the event with id since
!admin query room-aliasrooms/alias.rs iterators and getters
!admin query room-alias local-aliases-for-roomIterator of all our local room aliases for the room ID
!admin query room-alias all-local-aliasesIterator of all our local aliases in our database with their room IDs
!admin query room-state-cacherooms/state_cache iterators and getters
!admin query room-timelinerooms/timeline iterators and getters
!admin query globalsglobals.rs iterators and getters
!admin query globals signing-keys-forThis returns an empty Ok(BTreeMap<..>) when there are no keys found for the server
!admin query sendingsending.rs iterators and getters
!admin query sending active-requestsQueries database for all servercurrentevent_data
!admin query sending active-requests-forQueries database for servercurrentevent_data but for a specific destination
This command takes only one format of these arguments:
appservice_id server_name user_id AND push_key
See src/service/sending/mod.rs for the definition of the Destination enum
!admin query sending queued-requestsQueries database for servernameevent_data which are the queued up requests that will eventually be sent
This command takes only one format of these arguments:
appservice_id server_name user_id AND push_key
See src/service/sending/mod.rs for the definition of the Destination enum
!admin query usersusers.rs iterators and getters
!admin query resolverresolver service
!admin query resolver destinations-cacheQuery the destinations cache
!admin query resolver overrides-cacheQuery the overrides cache
!admin query pusherpusher service
!admin query pusher get-pushersReturns all the pushers for the user
!admin query shortshort service
!admin query rawraw service
!admin query raw raw-mapsList database maps
!admin query raw raw-getRaw database query
!admin query raw raw-delRaw database delete (for string keys)
!admin query raw raw-keysRaw database keys iteration
!admin query raw raw-keys-sizesRaw database key size breakdown
!admin query raw raw-keys-totalRaw database keys total bytes
!admin query raw raw-vals-sizesRaw database values size breakdown
!admin query raw raw-vals-totalRaw database values total bytes
!admin query raw raw-iterRaw database items iteration
!admin query raw raw-keys-fromRaw database keys iteration
!admin query raw raw-iter-fromRaw database items iteration
!admin query raw raw-countRaw database record count
!admin query raw compactCompact database