aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-24 22:39:37 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commita19665bd3afabf0dfaf9bdd11ac3a591e48647a2 (patch)
tree0da95eaf1c43a9e7565ae64223352dccbc678b22 /gn3
parent37b1a5da433d1976ff81a566c0fd022127f9fdb7 (diff)
downloadgenenetwork3-a19665bd3afabf0dfaf9bdd11ac3a591e48647a2.tar.gz
gn3: commands: Update docstring
Diffstat (limited to 'gn3')
-rw-r--r--gn3/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3/commands.py b/gn3/commands.py
index 70ef2cf..7a4eb48 100644
--- a/gn3/commands.py
+++ b/gn3/commands.py
@@ -44,6 +44,8 @@ are supported:
success: Successful completion
error: Erroneous completion
+Returns the name of the specific redis hash for the specific task.
+
"""
if not conn.ping():
raise RedisConnectionError