Evan

Results 116 comments of Evan

I like your range idea. I see two ways of going with it: 1. Go very general/flexible. In a way, `CHOP` is a subset of that range pop, except it...

How about something like this: ## STRPOP key [start [end]] [NODELETE] [LENGTH] Removes the substring of the string value stored at `key` and returns it. If the resulting string value...

I just updated this for the released Redis 4.0.0. All tests pass.

Don't merge this yet? I'm exploring the generalized form discussed in #12

This was a helpful blog entry, which break down the issues and presents some solutions. [Optional JSON Fields in Go](https://eli.thegreenplace.net/2020/optional-json-fields-in-go/). 1) Use pointers to the primitive types (`*bool`) with `omitempty`...

I am pushing a simple implementation of (1) above with my PR #285 ... I was wondering where to document this, and I won't make documentation part of that PR.....

I just tried this out and here's what my dependent code saw: ``` internal/graph/graph.go:134:11: cannot use true (untyped bool constant) as *bool value in struct literal ``` It was very...

I saw the `v3` branch recently and like the direction so far. I agree this should definitely be done in that version. Whether to do also do it on `v2`...

I haven't looked recently, but I did appreciate the new code organization of `v3`. But I didn't really look at how the interface changed -- I didn't see an issue...

OK, feel free to assign this to me (I don't have permissions to do so). Not sure on timing, but I'll stab at it. But if you are pushing on...