mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
4 lines
114 B
Python
4 lines
114 B
Python
|
from redash import redis_connection
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
redis_connection.delete('query_task_trackers')
|