You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's pretty much all in the title. Why use memcached (batcache) when the redis cache plugin is already in use. Redis is faster than memcached now anyways. I'm starting to think that maybe batcache can be configured to work with the Redis object cache or something? Seems a little confusing to me since it's advertised as a memcache plugin.
I don't understand why you've included Nginx Helper since it's primary concern is cache invalidation which heroku nginx doesn't even support. The stuff that it brings to the table for multisite rewrite is trivial to replicate, so why bother with it? Does it invalidate the same object cache that batcache is using?
Steps to Reproduce
None
Other Information
Git Commit/Version:
current master
The text was updated successfully, but these errors were encountered:
@etherealite ever get anywhere with this? i'm using this as a base for my workflow - curious if i can remove either one of those safely. guess i can try it out
Really loving this roots.io based boilerplate.
Description of your issue
It's pretty much all in the title. Why use memcached (batcache) when the redis cache plugin is already in use. Redis is faster than memcached now anyways. I'm starting to think that maybe batcache can be configured to work with the Redis object cache or something? Seems a little confusing to me since it's advertised as a memcache plugin.
I don't understand why you've included Nginx Helper since it's primary concern is cache invalidation which heroku nginx doesn't even support. The stuff that it brings to the table for multisite rewrite is trivial to replicate, so why bother with it? Does it invalidate the same object cache that batcache is using?
Steps to Reproduce
None
Other Information
Git Commit/Version:
current master
The text was updated successfully, but these errors were encountered: