* Puts a no-op command with a result at the end of the queue and wait for the result, * i.e. for everything enqueued to be processed by the server. * * @ingroup icingadb */
| 243 | * @ingroup icingadb |
| 244 | */ |
| 245 | void RedisConnection::Sync() |
| 246 | { |
| 247 | GetResultOfQuery({"PING"}); |
| 248 | } |
| 249 | |
| 250 | /** |
| 251 | * Get the enqueue time of the oldest still queued Redis query |
no outgoing calls
no test coverage detected