debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StringOperations set functions missing implicit format parameter

ericwush opened this issue · 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).