redis-docs

redis-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 103 tokens per session (1,209 once invoked), scanned A, original, MIT.

Documentation for Redis, an in-memory data store that can act as a database, cache, message system, or stream processor. It covers data such as strings, lists, sets, JSON documents, time series, geographic data, and vector search records.

In plain words
What is it for?
Use it when storing fast-changing data, caching results, publishing messages, processing event streams, building leaderboards, searching vectors, or working with time-based and location-based data.
Why use it?
It helps you choose the right Redis data type and command instead of treating every task as a simple key-value lookup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when storing fast-changing data, caching results, publishing messages, processing event streams, building leaderboards, searching vectors, or working with time-based and location-based data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/redis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pledgeandgrow/pledge-skills --skill redis
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for redis-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/redis/github.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/redis)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/redis"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/redis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for redis-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/redis"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/redis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,209 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.01209
Opus 5 $0.00051 $0.00605
Sonnet 5 $0.00021 $0.00242
Haiku 4.5 $0.00010 $0.00121

Measured 10d ago against content hash 0b72268a1510, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

redis-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/redis/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Redis

Redis is an in-memory data store used as a database, cache, message broker, and streaming engine. It supports multiple data structures, pub/sub, streaming, vector search, and more.

Version: Redis 8.x (Redis Open Source replaces Redis Stack)


Quick Reference

Topic File
Getting Started (install, connect, first commands) getting-started.md
Data Types Overview (all types, when to use each) data-types.md
Strings (strings, bitmaps, bitfields) strings.md
Hashes (field-value pairs, field expiration) hashes.md
Lists (linked lists, blocking ops, capped lists) lists.md
Sets & Sorted Sets (unique members, leaderboards) sets.md
Streams (log data structure, consumer groups) streams.md
JSON (store and query JSON documents) json.md
Geospatial (geo indexes, GEOSEARCH) geospatial.md
Probabilistic (Bloom, Cuckoo, HyperLogLog, CMS, t-digest, Top-K) probabilistic.md
Time Series (time series data type) timeseries.md
Pub/Sub (channels, pattern matching, keyspace notifications) pubsub.md
Commands (command reference by category) commands.md
Clients (Python, JavaScript, Java, C#, PHP) clients.md
Keys & Patterns (expiration, SCAN, transactions, pipelining) keys-patterns.md
Persistence (RDB, AOF, configuration) persistence.md
Security (ACL, TLS, best practices) security.md
Cluster (clustering, replication, sentinel) cluster.md
Performance (memory management, tuning) performance.md
AI & Vector (vector database, search and query, RedisVL) ai-vector.md
Vector Sets (native vector similarity data type) vector-sets.md
Arrays (sparse, index-addressable sequences) arrays.md
Search & Query (full-text search, aggregations, spellcheck) search.md
Scripting (Lua EVAL, Redis Functions) scripting.md
Monitoring (Prometheus, Grafana, Datadog, New Relic) monitoring.md
Deployment (Redis Cloud, Kubernetes, Docker, systemd) deployment.md
RIOT (Redis I/O Tool, import/export/migration) riot.md
Configuration (full redis.conf reference) configuration.md

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 118 lines · 103 tokens per session scan A 0b72268a1510

Subscribe to this mod's changes

redis-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 103 tokens to every session and 1,209 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories