mongo_store icon indicating copy to clipboard operation
mongo_store copied to clipboard

ActiveSupport::Cache implementation for MongoDB

Results 5 mongo_store issues
Sort by recently updated
recently updated
newest added

Hi, I've been using your gem (which is great - thanks for putting it together) for a little while and added in this slight optimisation for the read_multi function. By...

Added support for Mongoid alongside MongoMapper :)

Just made a tiny change to allow the gem to work with rails 4.

How does one create a fallback scheme when using mongo_store? For example, if one cannot connect to Mongo, it crashes the entire application. BEGIN Error: Mongo::ConnectionFailure (failed to connect to...

Thanks for creating this gem. I encountered a problem when using it: ``` Rails.cache.write(key, trans) trans.delete_if {|key, value| value[:cen].blank? } ``` will raise an error saying trans is frozen, where...