Project

lmc-store

0.0
The project is in a healthy, maintained state
Rails cache store implementation for LocalMemCache (a modern one)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

LMC (LocalMemCache) store

lmc_store is an ActiveSupport::Cache::Store implementation for LocalMemCache in Rails.

Disclaimer

This gem was created because there are no other gems for modern Rails >= 6. While it is in alpha stage, use it at your own risk.

Installation

Add this line to your application's Gemfile:

gem 'lmc_store'

And then execute:

$ bundle

If using Rails, in config/application.rb:

config.cache_store = :lmc_store

Done!