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 d0b8348 commit 2c5fcd1Copy full SHA for 2c5fcd1
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