In the project, Jedis 2.9.0 client was used to operate Redis, which includes both regular operations (set, get) and pipeline operations. After using pipeline operations, the number of Redis connections is very high. Without pipeline, the number of individual Redis connections is about 0.8K. After using pipeline batch operations, the number of connections is about 3.5k; May I ask where the problem is?
Comment From: sundb
Please report this at https://github.com/redis/jedis.