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

Suggested MAX_ENTRIES? #35

Closed
jkeesh opened this issue Apr 11, 2013 · 3 comments
Closed

Suggested MAX_ENTRIES? #35

jkeesh opened this issue Apr 11, 2013 · 3 comments

Comments

@jkeesh
Copy link

jkeesh commented Apr 11, 2013

Great project! It was really easy to install, and so far is great. Is there a suggested value for MAX_ENTRIES in the django cache options dictionary?

I think the default is 300, but it seems like you could reasonably make that a lot bigger with this project.

@niwinz
Copy link
Collaborator

niwinz commented Apr 13, 2013

Hi Jeremy!
If I'm not mistaken, django-redis by default, ignores that settings. And I not have plans to support it.

@mumino
Copy link
Contributor

mumino commented Apr 13, 2013

MAX_ENTRIES option is garbage for django-redis.

not same thing but you can put limit to memory usage in redis.

http://redis.io/topics/config
check 'Configuring Redis as a cache' section.

@jkeesh
Copy link
Author

jkeesh commented Apr 15, 2013

Ok, great. thanks!

@jkeesh jkeesh closed this as completed Apr 15, 2013
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