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

main.misk.redis.RedisConnectionException.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
package misk.redis

class RedisConnectionException(cluster: String, cause: Throwable) :
  RuntimeException("Could not connect to redis cluster: $cluster", cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy