Redis Expert

🌐Community
by lammesen · vlatest · Repository

Troubleshoot, optimize, and manage Redis databases efficiently with expert guidance from this lammesen-built AI assistant.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add redis-expert npx -- -y @trustedskills/redis-expert
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "redis-expert": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/redis-expert"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides expert-level guidance on using Redis databases, covering data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and Redis Stack modules like RedisJSON, RediSearch, and Vector Search. It specializes in assisting users who are building applications leveraging Bun's native Redis client (Bun.redis). The skill is designed to help optimize performance and troubleshoot common Redis-related issues when using the Bun.redis library.

When to use it

  • You’re developing an application that requires a high-performance, in-memory data store like Redis.
  • You're experiencing performance bottlenecks or errors within your existing Redis infrastructure.
  • You need assistance with configuring and managing connections to your Redis server using Bun.redis.
  • You are integrating Pub/Sub messaging or Streams functionality into your application.
  • You want to optimize your use of Lua scripting within Redis.

Key capabilities

  • Expert knowledge of Redis data structures and caching strategies.
  • Guidance on utilizing Redis Stack modules (RedisJSON, RediSearch, Vector Search).
  • Specialized support for the Bun.redis client library.
  • Assistance with connection setup, lifecycle management, and error handling within Bun.redis.
  • Understanding of URL formats for connecting to Redis servers.
  • Advice on leveraging Bun's performance optimizations when using Bun.redis.

Example prompts

  • "How do I implement a Pub/Sub system in my application using Bun.redis?"
  • "What are the best practices for caching data with Redis and Bun.redis?"
  • "I’m getting an 'ERR_REDIS_CONNECTION_CLOSED' error; how can I troubleshoot it using Bun.redis?"
  • “Explain how to use Bun's test runner for integration tests involving Redis.”

Tips & gotchas

  • This skill is specifically designed for users employing the Bun.redis client library, not other Redis clients.
  • For file operations with Redis persistence, utilize Bun.file().
  • Automatic command pipelining is enabled by default in Bun.redis; use Promise.all() for concurrent operations to maximize performance.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
lammesen
Installs
69

🌐 Community

Passed automated security scans.