Debasish Ghosh

Results 132 comments of Debasish Ghosh

found some time last evening and started working on a branch .. have a look at this commit .. https://github.com/debasishg/scala-redis/commit/c040f223ad46d05ce779b17803348d17e43a743a .. now works with `String`, `Int` etc. from Lua. But...

cool .. I will test it a bit more and then possibly merge with the master. Thanks for the feedback ..

Absolutely .. Please PR :-) On Monday 21 March 2016, Mark Aaron Shirley [email protected] wrote: > evalBulk does not work for non-String return values. This was fixed for > evalSHA...

+1 .. we already have the machinery in place.

Hi Daniel - Which version of scala-redis-nb are u using right now ? Thanks.

0.3 supports raw bytes in send/receive. Here's an example .. https://github.com/debasishg/scala-redis-nb/blob/master/src/test/scala/com/redis/serialization/SerializationSpec.scala#L71 .. Could u give a sample test case of the requirement ?

A Pull Request will be welcome :-)

How about returning an `Either[List[A], List[(A, Double)]]` from `ZRangeReturn` ?

oops .. I meant `ZRange` to return an `Either` depending on `withScores` as a boolean argument defaulted to `false`.

Currently I think proper API documentation for the return type is fine. Just wanted to raise it as a question to see what others feel about it. Yes, we need...