Harmen

Results 95 comments of Harmen

@trim21 is right, this works for now as a workaround: ``` env: GOTOOLCHAIN: local ``` in .github/workflows/youraction.yml (Now back to what I should be doing, instead of fighting with build...

On Mon, Dec 09, 2024 at 02:36:50AM -0800, mahigadamsetty wrote: > Like the Golang Redis client, which supports getting the TTL of a key, Can we add the same to...

hi, thanks for your issue. I don't have any immediate plans to add them. I know they were added before Redis changed their license, so we could support the state...

Hi! Thank you for opening an issue. I see the `BF.*` commands are a module. Which we don't have yet, but would be fine to add (at least as long...

miniredis really isn't meant for anything real, it's really only for helping in tests. If you want Redis I recommend installing a real Redis, not this.

Okay, but adding proper export/import is still out of scope, unfortunately.

On Thu, Jun 06, 2024 at 06:57:54AM -0700, sancar wrote: > Added them according to redis spec described here Thanks for the PR!, I'll have a look soon.

On Thu, Jun 06, 2024 at 11:31:00PM -0700, sancar wrote: > @alicebob I realized that there are some behavior differences with Redis. entries-read sometimes should be Nil instead of zero....

> Which one is your preference redis implementation or redis spec for miniredis ? Redis, 100% :)

> I'm uncertain about what to do with this pull request. Honestly, I'm not keen on trying to understand and implement buggy behavior. I consider the documentation to be buggy...