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

Abstract out cache to different adapters #461

Closed
listrophy opened this issue Sep 15, 2011 · 3 comments
Closed

Abstract out cache to different adapters #461

listrophy opened this issue Sep 15, 2011 · 3 comments

Comments

@listrophy
Copy link

Problem:

Currently, the upload cache uses only a file-store for storing the upload. This wouldn't really work in a multi-application-server environment without having to implement session affinity at the load balancer level.

Proposed Solution:

Abstract out the caching layer so that you could swap in any number of adapters (e.g., file, memcached, s3, etc).

@bensie
Copy link
Member

bensie commented Sep 15, 2011

Pull requests are welcome! Think you can work up a patch?

@bensie bensie closed this as completed Sep 15, 2011
@listrophy
Copy link
Author

Yeah, already working on it, but I can't promise I'll have the time to finish... :(

@aaronchi
Copy link

aaronchi commented Nov 7, 2011

hmm... this would be awesome for heroku :)

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

3 participants