We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fcac0 commit 9ee49b8Copy full SHA for 9ee49b8
pymodbus/datastore/database/redis_datastore.py
@@ -2,6 +2,7 @@
2
# pylint: disable=missing-type-doc
3
import logging
4
5
+
6
try:
7
import redis
8
except ImportError:
0 commit comments