I may be using this library wrong, but it looks like there are 2 different public func set declarations for the Redis class. When I try to compile the code below, I see the error in the title...
redis.set(key, value: RedisString("Hello"), expiresIn: expire) { (result: Bool, redisError: NSError?) in
// do stuff
Am I doing something wrong or is this a bug? I would really appreciate the help!
I may be using this library wrong, but it looks like there are 2 different
public func set
declarations for theRedis
class. When I try to compile the code below, I see the error in the title...Am I doing something wrong or is this a bug? I would really appreciate the help!