Debasish Ghosh

Results 132 comments of Debasish Ghosh

@andyscott +1 on your thoughts on simplicity of the current implementation. The alternative was an approach towards DRY. Regarding `Either`, `scala.Either` is not left biased and hence I proposed it....

Let me have a look at it over the weekend. Thanks for reporting.

Unfortunately not yet done .. will take a shot at the earliest.

Unfortunately it fell through the cracks :-( .. I will try to take a look over the weekend.

`auth` command is usable, as it's one of the APIs supported now (https://github.com/debasishg/scala-redis-nb/blob/master/src/main/scala/com/redis/api/ConnectionOperations.scala#L26) .. Let me know if this works for you. Or you are looking for something else ..

The problem is to run any command from within `RedisClient` I need to get hold of an `ActorSystem`, `ExecutionContext` and things like that.

Use `auth` just like any other command. The timeout is handled by an entry in `redis.conf` named `timeout` - setting it to `0` will disable the timeout between the client...

Thanks for reporting .. will address shortly

Looks like the return type of a Lua script in Redis varies depending on the type that Lua returns. Will explore soon and come up with a solution.

Already recorded as https://github.com/debasishg/scala-redis-nb/issues/37