Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.34.0
-
None
Description
It's minor fix to remove some unnecessary null checks for redis-adapter.
e.g.
if (REDIS_CONTAINER != null && REDIS_CONTAINER.isRunning()) { REDIS_CONTAINER.stop(); }
however REDIS_CONTAINER is static variable must not be null unless cause exception.
Attachments
Issue Links
- links to