Toolverse
All skills

redis-inspect

by civitai

Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
civitai
Category
Backend
Views
41

About this skill

Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.

How to use

  1. Zainstaluj skill w projekcie, umieszczając katalog redis-inspect w ścieżce .claude/skills/ (jeśli jeszcze tam nie ma).

  2. Aby sprawdzić wartość konkretnego klucza, uruchom komendę: node .claude/skills/redis-inspect/query.mjs get . Zwróci ona wartość przechowywana w głównym cache'u.

  3. Jeśli szukasz kluczy pasujących do wzorca, użyj: node .claude/skills/redis-inspect/query.mjs keys , gdzie * to wildcard (np. keys user:* znajdzie wszystkie klucze zaczynające się od user:).

  4. Aby sprawdzić czas wygaśnięcia klucza, wykonaj: node .claude/skills/redis-inspect/query.mjs ttl . Wynik -1 oznacza brak wygaśnięcia, -2 oznacza, że klucz nie istnieje.

  5. Dla system cache'u (wartości systemowe) dodaj flagę --sys do każdej komendy, np.: node .claude/skills/redis-inspect/query.mjs keys --sys.

  6. Aby zobaczyć wynik w formacie JSON lub ograniczyć liczbę wyników, dodaj flagi --json lub --limit (domyślnie 100).

Related skills

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

find-skills

by openstatusHQ

Helps users discover and install agent skills when they ask questions like \

Backend
150111

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109