Harmen

Results 71 comments of Harmen

On Thu, Feb 10, 2022 at 08:43:40AM -0800, Ben Aldrich wrote: > We leverage streams and the auto claim functionality, it would be great if miniredis supported this. It would...

Hi Mark, thanks for your report! Interesting that no-one ran into this yet. It looks like `redis.call()` cares if the result is a "simple string" or a "bulk string". If...

Thanks for your issue! > Available since 6.0.6. that explains, it got added after we added the other L commands, and since then no-one asked for it. There are no...

On Fri, Jan 07, 2022 at 12:27:59AM -0800, Michael Schieben wrote: > Thank you for creating miniredis! > > We use miniredis for unit tests and noticed that `_, err...

Hi, I merged @matiasinsaurralde 's PR into master. I'll make it a proper release in a week or so.

> I used lua libary "bitop" in my lua script like this: Hi, Thanks for your issue report. Is the bitop library available for https://github.com/yuin/gopher-lua ? If so we can...

> ``` > res, err := c.RedisClient.ZRandMember(ctx, c.GetFullKey(key), 1, false).Result() > ``` Thanks for the issue, and good point, we missed that command. I'll see if I can add add...

Added it in the PR linked above. Will review/merge it in a few days.

Thank you for the issue and the potential workaround! I'll have a look soonish, but it might take a bit thanks to summer and such.