-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-HF23, 6.0, 7.1
-
Component/s: Redis
Redis tests are disabled by default because we're depending on an external runtime. nosql unit is providing a java implementation of an embedded server implementing the jedis API. This will let us to enable the tests by default.
The base implementation should be extended for
- running LUA scripts
- running pipelines
Then we should implement a jedis pool based for the embedded server.