Change publisher from jedis to spring data redis
- Change pubsub operation from using jedis to spring data redis, also provide redis container on gitlab pipeline due to spring contextLoad needs it.
- There something feels off, we are using jedis for read and write data to a difference redis instance but use spring data redis for pub/sub operation.
Edited by Thepphithak Weha