Harmen

Results 71 comments of Harmen

> Hi! > Thank you for your project. > I tried using sqlittle for read some databes (mbtiles), which contains views for representing row data as mbtiles standart tables. But...

> I want to have a test for my function,but I can't find "hgetall" and "hmset" in direct.go.How do I use them? Hi, thanks for the issue. Most users connect...

Maybe, but using miniredis as a real-ish server is (imo) out of scope for this project. It's a use case I can't/don't want to support.

Thanks for the clarification. That's what @ChaosNyaruko was going for, please check https://github.com/alicebob/miniredis#ttls-key-expiration-and-time

Hi, thanks for your clarification. You use: `redis.FastForward(1)`, which is 1 nanosecond. It works if you use this: ``` // time.Sleep(time.Second * 1) mockRedis.FastForward(1 * time.Second) ``` That gives me:...

PR looks good. I'm still trying to fix the problem with pre 1.17 Go, but I might also say the minimum version of miniredis will be 1.17 (which seems reasonable...

Now CI is happy, thanks. Can you squash all the commits? I'll have a final look then (it's a big pr :)

SORT is one of these messy commands with a ton of options and special cases. If someone makes a PR I'm happy to merge it :)

On Mon, Jan 15, 2024 at 10:49:39AM -0800, walkerobrien wrote: > has there been any progress on this? I'm also looking to use a feature like this in my tests...