We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dd4db commit 027f77fCopy full SHA for 027f77f
1 file changed
src/main/java/redis/clients/jedis/executors/aggregators/Aggregator.java
@@ -1,7 +1,5 @@
1
package redis.clients.jedis.executors.aggregators;
2
3
-import redis.clients.jedis.CommandFlagsRegistry;
4
-
5
interface Aggregator<I, R> {
6
7
void add(I input);
0 commit comments