Harmen
Harmen
I had a look, and you're right. But I don't see an easy enough way to fix this, without rewriting the whole encoding in gopher-json. JSON can only have strings...
Thanks for the extra effort. I don't think I'll dive into this. I'm happy to merge any PRs, esp if they are against the repo I forked (it had to...
Miniredis currently does not support the keyspace events. See also #182.
> https://redis.io/commands/bitfield > > Are there any plans to support `bitfield`? No concrete plans, but I don't mind adding it. Submitting a PR might be faster, if you want to...
> Is this problem solved? nope. Maybe you can give it a try?
Hi, thanks for your issue. > sub := client.PSubscribe("__keyspace@0__:" + key) miniredis doesn't have support for that currently. I'll have a look soon-ish.
Found the docs: https://redis.io/topics/notifications yes, there is no support for that right now. Doesn't seem impossible to add, but it's a lot of events. Which events are you most interested...
On Sat, May 29, 2021 at 02:04:23AM -0700, Ankit Prakash wrote: > @alicebob Is this in pipeline, I'd like to contribute if not. I'm not working on it, so a...
Hi @Nishanth-GH. I think you don't use Go modules, am I right? I messed up the transition to modules, and miniredis only works with modules. I think it should work...
> Yeah i was using dep before. I migrated my repo to use go mod where things worked as expected. Good! > If i still want to use dep are...