Redis

🌐Community
by thinkfleetai · vlatest · Repository

Efficiently manages and queries Redis data stores, optimizing performance and simplifying integration for thinkfleetAI applications.

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 thinkfleetai-redis npx -- -y @trustedskills/thinkfleetai-redis
2

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

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

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

About This Skill

What it does

This skill provides access to a Redis database, enabling AI agents to store and retrieve data with high performance. It facilitates key-value storage, allowing agents to manage session information, caching frequently accessed content, or tracking user activity. The skill allows for persistent data management beyond the agent's runtime.

When to use it

  • Session Management: Store and retrieve user session data across multiple interactions.
  • Caching: Cache API responses or computationally expensive results to improve response times.
  • Real-time Analytics: Track events and metrics in real time for dashboards or analysis.
  • Persistent Storage: Store agent state or other important information that needs to survive restarts.

Key capabilities

  • Redis key-value store access
  • Data persistence
  • High performance data retrieval

Example prompts

  • "Store the user's shopping cart with ID 12345."
  • "Retrieve the session data for user 'john.doe'."
  • “Increment the view count for product ‘XYZ’ by one.”

Tips & gotchas

The skill requires a running Redis instance to connect to. Ensure that your agent has the necessary connection details (host, port, password) configured correctly before attempting to interact with the database.

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
thinkfleetai
Installs
2

🌐 Community

Passed automated security scans.