
io.dropwizard.redis.health.Pingable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-redis Show documentation
Show all versions of dropwizard-redis Show documentation
Provides easy integration for Dropwizard applications with Redis
The newest version!
package io.dropwizard.redis.health;
public interface Pingable {
String ping();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy