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 Redis::Rack::Cache to v2.2.0 #223

Merged
merged 1 commit into from Nov 11, 2019

Conversation

tubbo
Copy link
Contributor

@tubbo tubbo commented Nov 11, 2019

This new version requires Rack::Cache v1.10 and enables over-the-wire
gzip compression to the Redis server. This feature is useful for
extremely high traffic sites, but should be used with caution since it
will increase the CPU/RAM load on your application server. You should
use this if the trade-off between RAM increase and bandwidth decrease
makes sense.

WORKAREA-94

This new version requires `Rack::Cache` v1.10 and enables over-the-wire
gzip compression to the Redis server. This feature is useful for
extremely high traffic sites, but should be used with caution since it
will increase the CPU/RAM load on your application server. You should
use this if the trade-off between RAM increase and bandwidth decrease
makes sense.

WORKAREA-94
@tubbo tubbo force-pushed the WORKAREA-94-update-redis-rack-cache branch from 9acfcb0 to ef3d5b7 Compare November 11, 2019 19:55
@bencrouse bencrouse merged commit c256c20 into v3.4-stable Nov 11, 2019
@bencrouse bencrouse deleted the WORKAREA-94-update-redis-rack-cache branch November 11, 2019 20:36
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.

None yet

2 participants