We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3043876 commit 5564651Copy full SHA for 5564651
1 file changed
recordprocessor/src/redis_disease_mapping.py
@@ -7,7 +7,9 @@
7
8
class RedisCacher():
9
""" RedisCacher abstraction class to decouple application code
10
- from direct use of Redis client."""
+ from direct use of Redis client.
11
+ Also centralised error handling & extensibility.
12
+ """
13
14
def __init__(self, redis_host, redis_port, logger):
15
try:
0 commit comments