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

Make number conversions optional in a backwards-compatible way #77

Merged
merged 1 commit into from
Jan 23, 2015

Conversation

jeethu
Copy link
Contributor

@jeethu jeethu commented Jan 23, 2015

This is a fix for #37.
redis.Connection and other relation functions gain an extra optional argument convertNumbers which defaults to True to maintain backwards compatibility.
Setting the convertNumbers argument to False will disable the conversion of numbers to ints and floats.

fiorix added a commit that referenced this pull request Jan 23, 2015
Make number conversions optional in a backwards-compatible way
@fiorix fiorix merged commit d92fed2 into IlyaSkriblovsky:master Jan 23, 2015
@fiorix
Copy link
Collaborator

fiorix commented Jan 23, 2015

Great!

@jeethu jeethu deleted the optional_number_conversion branch January 23, 2015 16:10
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

Successfully merging this pull request may close these issues.

2 participants