Skip to content

Commit 5564651

Browse files
committed
tidy
1 parent 3043876 commit 5564651

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

recordprocessor/src/redis_disease_mapping.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
class RedisCacher():
99
""" RedisCacher abstraction class to decouple application code
10-
from direct use of Redis client."""
10+
from direct use of Redis client.
11+
Also centralised error handling & extensibility.
12+
"""
1113

1214
def __init__(self, redis_host, redis_port, logger):
1315
try:

0 commit comments

Comments
 (0)