Moneta
Moneta gives Ruby apps a single, simple API to read/write data in any supported key/value store (Redis, Memcached, file, SQLite, etc.).
- •You need a fast cache that can be swapped between in‑memory (Redis) and persistent (SQLite) without changing your code.
- •Your service must share data across multiple processes or servers using the same backend.
- •You want a thin wrapper to experiment with different stores before committing to one.
ruby -r moneta -e "store = Moneta.build { use :Redis, host: 'localhost', port: 6379; use :Expiration, default: 300 } ; store['session:abc'] = {uid: 1, token: 'xyz'}; puts store['session:abc']"Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/moneta && curl -fsSL https://workflowstacks.com/api/skills/moneta/claude-skill -o ~/.claude/skills/moneta/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Moneta is a medium Ruby project (~7.3k lines across 121 code files, plus 214 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 26 months ago, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2lib/moneta.rbInside lib/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/moneta && curl -fsSL https://workflowstacks.com/api/skills/moneta/claude-skill -o ~/.claude/skills/moneta/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.