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 Cm_Cache_Backend_Redis to v1.8 and Credis_Client to v1.5 #1231

Merged
merged 1 commit into from
Jul 17, 2015

Conversation

davidalger
Copy link
Member

Update Cm_Cache_Backend_Redis to v1.8

  • Add chunking to use_lua mode as well. Minor optimization without lua mode (do not array_unique if not needed) ~ colinmollenhour
  • Added chunking logic to the SUNION call to avoid lengthy blocking ~ davidalger
  • Proper handling of getFillingPercentage() when maxmemory in Redis is set ~ brusch
  • Fix for Lua script when removing a huge amount of keys in _removeByMatchingAnyTags() ~ frozenminds
  • Misc improvments

Update Credis_Client to v1.5

 - Add chunking to use_lua mode as well. Minor optimization without lua mode (do not array_unique if not needed) ~ colinmollenhour
 - Added chunking logic to the SUNION call to avoid lengthy blocking ~ davidalger
 - Proper handling of getFillingPercentage() when maxmemory in Redis is set ~ brusch
 - Fix for Lua script when removing a huge amount of keys in _removeByMatchingAnyTags() ~ frozenminds
 - Misc improvments

Update Credis_Client to v1.5
@vpelipenko vpelipenko added the PS label May 5, 2015
@orlangur
Copy link
Contributor

orlangur commented May 5, 2015

Hi, can it be removed from Magento code base at all and just loaded via Composer or there are some issues with this?

@piotrekkaminski
Copy link
Contributor

That would be the best option.

@davidalger
Copy link
Member Author

@orlangur I think this would be an issue currently due to how the library exists today in it's home repository (location of source files and dependency on hackathon magento-composer project), but long-term I agree…maybe I'm wrong though and it's sitting right there under my nose!

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

Successfully merging this pull request may close these issues.

6 participants