From a19665bd3afabf0dfaf9bdd11ac3a591e48647a2 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 24 Feb 2021 22:39:37 +0300 Subject: gn3: commands: Update docstring --- gn3/commands.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn3') 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 -- cgit v1.2.3