marten_memcached_cache
Version, currently 0.1.12 versions
- 0.1.1latestJun 24, 2023
- 0.1.0not indexedAug 2, 2026
github.com/martenframework/marten-memcached-cache
A Memcached cache store for the Marten web framework.
Installation
# Add this to your shard.yml
dependencies:
marten_memcached_cache:
github: martenframework/marten-memcached-cache
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
>= 1.6.0- License
- MIT
- Author
- Morgan Aubert
Dependencies
Runtime Dependencies
Development Dependencies
README
Marten Memcached Cache
Marten Memcached Cache provides a Memcached cache store that can be used with Marten web framework's cache system.
Installation
Simply add the following entry to your project's shard.yml:
dependencies:
marten_memcached_cache:
github: martenframework/marten-memcached-cache
And run shards install afterward.
Configuration
First, add the following requirement to your project's src/project.cr file:
require "marten_memcached_cache"
Then you can configure your project to use the Memcached cache store by setting the corresponding configuration option as follows:
Marten.configure do |config|
config.cache_store = MartenMemcachedCache::Store.new(host: "localhost", port: 11211)
end
The host and port arguments are optional and default respectively to localhost and 11211. It should be noted that this cache store also supports all the existing initialization options in addition to these arguments (eg. namespace, version, expires_in, etc). Please refer to the cache system documentation to learn more about Marten's caching framework.
Authors
Morgan Aubert (@ellmetha) and contributors.
License
MIT. See LICENSE for more details.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Jun 24, 2023
- Commit
c801f7ea424e- Crystal
>= 1.6.0- Indexed
- yes
Dependents
Repository
github.com/martenframework/marten-memcached-cache
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 16, 2026
- Synced
- Aug 15, 2026
- Versions
- 2