Hero Banner

Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Redis

Redis provides access to mutable data structures such as strings, hashes, lists, sets, and sorted sets. These data structures can be manipulated using a variety of commands that are sent over a simple protocol using TCP sockets. Redis also supports various advanced features such as transactions, Lua scripting, pub/sub messaging, and bitmap operations.
The solutions from Redis provide an additional range and capabilities to solutions built on transformer technologies. RediSearch, RedisJson, and other Redis modules allow for building the next generation of AI-Native software solutions.

General
Relese dateApril 10, 2009
AuthorRedis
Typein-memory data store

Tutorials

Great tutorials on how to build with Redis!

Redis - Helpful Resources

Check it out to become Redis Master!

Redis - Clients

Connect Redis to your Project!

Redis - Boilerplates

Get started with Redis!

Redis - Projects

  • ChatGPT Memory Allows to scale the ChatGPT API to multiple simultaneous sessions with infinite contextual and adaptive memory powered by GPT and Redis datastore
  • ChatGPT Retrieval Plugin The ChatGPT Retrieval Plugin repository provides a flexible solution for semantic search and retrieval of personal or organizational documents using natural language queries

Redis AI technology page Hackathon projects

Discover innovative solutions crafted with Redis AI technology page, developed by our community members during our engaging hackathons.

SentinelIQ Autonomous Enterprise Intelligence

SentinelIQ Autonomous Enterprise Intelligence

The Autonomous Intelligence Layer for the Real-Time Enterprise Enterprise data is scattered across silos — client metrics in CRM, financials in ERP, partner data in spreadsheets, compliance logs in separate systems. By the time teams connect the dots, the insight is stale and the window to act has closed. SentinelIQ solves this with two autonomous AI agents. The Sentinel Scanner generates its own deep audit missions across six domains — risk, security, compliance , operations and transactions — executing queries, scoring findings with dynamic risk assessment, and automatically deep-diving into critical detections. It doesn't wait to be asked. It hunts. The Natural Language Query Engine lets anyone — from the CEO to an analyst — interrogate the entire data layer in plain English. SentinelIQ's NL2SQL pipeline classifies intent, extracts entities with fuzzy matching, generates precise SQL, and returns results with AI-generated insights and actionable recommendations. Every query can spin up an on-demand dashboard for instant visual exploration. Cross-domain correlation is the core differentiator. SentinelIQ connects patterns that span multiple business functions — linking a revenue decline to a partner channel shift caused by competitive pricing pressure — the kind of insight that takes human analysts weeks to assemble. Everything streams in real-time via server-sent events. Critical findings push to Slack with auto-tagged domain owners. After every scan, an Executive Intelligence Brief delivers an overall risk score, active threat vectors, prioritised actions, and monitoring recommendations — a decision document ready for the C-suite. Built with FastAPI, LangGraph, Gemini LLM, React/TypeScript, and SQLite. Autonomous scanning. Real-time intelligence. Executive-ready output. One platform.

TalentIQ

TalentIQ

TalentIQ transforms fragmented workplace signals into proactive intelligence that helps managers support their teams before problems escalate. The system addresses three critical gaps: burnout detected too late, performance degradation missed, and high-potential talent overlooked. The platform currently uses synthetic demonstration data representing 12 employees across 3 teams, each with 14 days of activity across 24 signals spanning Delivery (task completion, deadlines, velocity), Engagement (meeting load, focus time, after-hours work), Collaboration (cross-team interactions, feedback, support), and Growth (learning, stretch assignments, initiative). The architecture supports real-time integration with Slack for live signal ingestion. The system employs a hybrid intelligence approach that balances deterministic scoring with AI sophistication. Days 1-13 use rule-based weighted formulas ensuring auditability, every score shows exactly which signals contributed and by how much. For the latest day (day 14), when OpenAI is configured, the system sends the full 14-day time series to the AI, which analyzes patterns, trajectories, and cross-signal correlations that fixed rules cannot detect. This produces three composite scores: Burnout Risk (0-100), Performance Health (0-100), and Growth Potential (0-100), with AI-generated rationale explaining key drivers and trajectory. If AI is unavailable, the system gracefully falls back to rule-based scoring, ensuring the platform always functions. OpenAI powers six additional capabilities: insight generation explaining why alerts fired, deep scoring analysis finding hidden risk patterns, time-series analysis with anomaly detection and two-week forecasts, personalized coaching guides that transform data into empathetic conversation starters, dynamic performance reviews generated from actual behavior rather than manager memory, and predictive alerts identifying burnout trajectories before crisis.

Kynet AI

Kynet AI

The Problem We built Kynet because we noticed a huge gap between AI demos and reality. In demos, agents are perfect. In the real world, they are incredibly fragile. An agent might be running a perfect workflow, but the moment it hits a CAPTCHA, a missing API key, or a website layout change, it crashes. It has no way to "unstuck" itself. Our Solution Kynet is a capability network that gives agents a way to pay their way out of problems. We call this the "Escalation Ladder." Streams: First, the agent tries to buy a pre-made Python tool from our marketplace using USDC. Genesis: If no tool exists, the agent uses Gemini to write, test, and deploy its own tool in real-time. Relay: If code fails (like a visual verification task), the agent pays a human via Telegram to solve it. How we built it We used Arc L1 for settlement because the fees ($0.001) make micropayments actually viable. For the agent's financial brain, we used Circle Developer-Controlled Wallets. This was critical because agents need to transact autonomously—they can't wait for a human to sign a transaction in a browser extension. Circle Product Feedback Products used: Circle Developer-Controlled Wallets, USDC, Arc L1 Testnet. Why we chose them: Our users are AI agents running on servers, so we needed a headless wallet setup with no browser pop-ups or manual signing. Circle’s Developer-Controlled Wallets let us execute transfers programmatically based purely on agent logic, which fit our use case perfectly. What worked well: Once set up, wallet-to-wallet transfers were smooth and reliable. Arc’s transaction speed was fast enough to avoid slowing down our agents, and settlement was consistent. What could be improved: The Entity Secret setup caused a lot of friction. We ended up abandoning a few accounts after misconfiguring it, since there was no clear way to reset the secret in the UI. Requiring local scripts for secret generation felt unnecessarily complex.