scala-redis
scala-redis copied to clipboard
StringOperations set functions missing implicit format parameter
In StringOperations there are two set functions that are missing (implicit format: Format). They are def set(key: Any, value: Any, nxxx: Any, expx: Any, time: Long): Boolean and def set(key: Any, value: Any, onlyIfExists: Boolean, time: SecondsOrMillis).