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

Update django-redis to 4.7.0 #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jan 2, 2017

There's a new version of django-redis available.
You are currently using 4.3.0. I have updated it to 4.7.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

4.7.0


Date: 2017-01-02

  • Add the ability to enable write to slave when master is not available.
  • Add itersize parameter to delete_pattern.

4.6.0


Date: 2016-11-02

  • Fix incorrect behavior of clear() method.

4.5.0


Date: 2016-09-21

  • Now only support Django 1.8 and above. Support for older versions has been dropped.
  • Remove undocumented and deprecated support for old connection string format.
  • Add support for PASSWORD option (usefull when the password contains url unsafe
    characters).
  • Make the package compatible with fake redis.
  • Fix compatibility issues with latest django version (1.10).

4.4.4


Date: 2016-07-25

  • Fix possible race condition on incr implementation using
    lua script (thanks to prokaktus).

4.4.3


Date: 2016-05-17

  • Fix minor ttl inconsistencies.

4.4.2


Date: 2016-04-21

  • Fix timeout bug (thanks to skorokithakis)

4.4.1


Date: 2016-04-13

  • Add additional check for avoid wrong exception on get_redis_connection.

4.4.0


Date: 2016-04-12

  • Make redis client pluggable (thanks to arnuschky)
  • Add version number inside python module (thanks to BertrandBordage)
  • Fix clear method (thanks to ostcar)
  • Add the ability to specify key prefix on delete and delete_pattern.
  • BREAKING CHANGE: improved compression support (make it more plugable).

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov-io
Copy link

codecov-io commented Jan 2, 2017

Current coverage is 100% (diff: 100%)

Merging #148 into master will not change coverage

@@           master   #148   diff @@
====================================
  Files           1      1          
  Lines           2      2          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits            2      2          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 77eb696...bcfc932

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