All Downloads are FREE. Search and download functionalities are using the official Maven repository.

redis.clients.jedis.params.IParams Maven / Gradle / Ivy

The newest version!
package redis.clients.jedis.params;

import redis.clients.jedis.CommandArguments;

public interface IParams {

  void addParams(CommandArguments args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy