|
| def | cli.seqsh.shutdown (loop, signal=None) |
| |
| def | cli.seqsh.handle_exception (loop, context) |
| | Cleanup tasks tied to the service's shutdown. More...
|
| |
| def | cli.seqsh.mytask (loop, redis_address, log_level, evt, use_stdout=True, use_redis=True) |
| | Creates a SeqShell object and forwards arguments of the command to it. More...
|
| |
| def | cli.seqsh.monitor_quit (quit_event) |
| |
| def | cli.seqsh.main_loop (redis_address, log_level=logging.INFO, use_stdout=True, use_redis=True) |
| |
| def | cli.seqsh.shell (redis_address, log_level, use_stdout=True, use_redis=False) |
| |