scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

StringOperations set functions missing implicit format parameter

Open ericwush opened this issue 8 years ago • 0 comments

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).

ericwush avatar Jun 29 '17 04:06 ericwush