redistimeseries-go
redistimeseries-go copied to clipboard
Sum in DuplicatePolicyType
I notice that Sum is present as a DuplicatePolicy type in both official documentation and also in some other clients but why is it missing from redistimeseries-go. Is there a way in which we could do this? Or can we add it here?
Hi there @Shriram-RP , you're absolutely right, for some reason we've missed it. Do you want to open a PR addressing it? Or should we fix it? The const's are placed in https://github.com/RedisTimeSeries/redistimeseries-go/blob/master/common.go#L61
For some reason I am receiving 403 errir when I am trying to push my code changes.
fatal: unable to access 'https://github.com/RedisTimeSeries/redistimeseries-go.git/': The requested URL returned error: 403
Can you fix it?
Hi @Shriram-RP Can you commit to a fork, and make a Pull request? Then we can review! This might help