Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Histogram insert : be able to change the incr value #61

Open
malletjo opened this issue Nov 12, 2015 · 0 comments
Open

Redis Histogram insert : be able to change the incr value #61

malletjo opened this issue Nov 12, 2015 · 0 comments

Comments

@malletjo
Copy link

Right now, the increment value is always 1 (hardcoded)

def _type_insert(self, handle, key, value):
'''
Insert the value into the series.
'''
handle.hincrby(key, value, 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant