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.

MEV Shield: Micropayment-Gated Mempool AI

MEV Shield: Micropayment-Gated Mempool AI

MEV Shield is a real-time pre-trade intelligence layer for DeFi traders and autonomous agents. It captures live Ethereum mempool transactions from multiple sources (PublicNode, Alchemy, Infura), scoring each pending swap using proprietary microstructure signals — Hawkes process order-flow clustering, Kyle's Lambda price impact, and VPIN toxicity — to detect sandwich attacks and frontrunning risk before execution. Each transaction receives a cliff score (VPIN × LOB depth × gas Z-score) that quantifies extraction probability. Pools are monitored continuously with per-pool intelligence cards showing Hawkes intensity, Kyle's Lambda impact, and next-attack timing estimates. Bot fingerprinting clusters known MEV addresses by behavioral signature. Intelligence is delivered as a metered API where consumers pay $0.01 per alert via Nitrolite ERC-7824 off-chain state channels, eliminating per-query gas costs. Payments are cryptographically signed ECDSA state updates — verifiable without touching the chain. When accumulated payments reach a threshold, the channel closes via a Flashbots MEV-protected transaction and settles autonomously as a real USDC transfer on-chain via Circle Arc developer-controlled wallets, confirmed on ETH-Sepolia. Claude, AIsa.one provides pre-trade risk assessments on every fifth alert, combining quantitative microstructure signals with natural language recommendations covering slippage tolerance, private mempool routing, and sandwich guard configuration. AI agents can autonomously consume and pay for real-time financial intelligence. No subscriptions, no API keys per user, no manual settlement — just a self-sustaining micropayment loop. Live mempool data flows in, off-chain ECDSA payments accumulate, on-chain USDC settles when the threshold is reached. DeFi traders lose an estimated $1-3B annually to MEV extraction. MEV Shield is the pre-trade defense layer that makes institutional-grade microstructure analysis accessible at $0.01 per query.

Flowra

Flowra

Flowra is a programmable payment agent that enables condition-based fund release. It allows users to define rules—such as time schedules, geographic location, duration of presence, or proof of completion—before a payment is executed. Instead of transferring funds immediately, Flowra introduces a controlled flow where payments are tied to real-world conditions and outcomes. Funds are held securely in escrow and only released when the specified conditions are verified. This reduces reliance on trust between parties and improves overall payment reliability. By enforcing rules at the payment level, Flowra removes the need for manual follow-ups, dispute resolution, or third-party intermediaries. It ensures that payments are aligned with what was actually agreed upon, rather than depending on assumptions after funds have already been sent. This approach is particularly useful in scenarios where outcomes matter. For example, payments can be tied to a worker being physically present at a job site for a defined period, or to a freelancer submitting proof of completed work. Funds can also be structured to unlock gradually over time, making it suitable for recurring payments, allowances, or milestone-based disbursements. In each case, Flowra provides a simple way to define expectations and enforce them automatically. Built on Arc, Flowra combines smart contracts for escrow, backend verification for real-world conditions, and USDC-based settlement for fast and efficient transactions. Smart contracts manage the secure holding and release of funds, while the backend layer verifies inputs such as location, time, and proof submissions. Arc handles transaction execution and settlement, ensuring reliability and scalability across payments. By integrating these components, Flowra creates a system where payments are not just fast, but also conditional, verifiable, and outcome-driven.

AI Trading Agents Harness by Swiftward

AI Trading Agents Harness by Swiftward

AI Trading Agents Harness is a platform where fundamentally different trading agent architectures share one MCP toolchain and operate under a common risk, identity, and evidence layer. Three pillars: 1. Smarter Agents - three architectures on one harness. Two jailed Claude Code agents: Alpha for momentum trading, and Gamma with five debating sub-agents and self-improving memory. A deterministic Python quant with a 3-stage mathematical brain (market filter, rotation, sizing). A Ruby arena for parallel strategy evaluation. Plus Go, Java, and Rust LLM baselines. Bi-directional Telegram: agents stream output live, operators message mid-session to guide decisions. 2. Trading Platform - 45 MCP tools across 7 servers. Multi-source market data with 7 server-side indicators, alerts, conditional orders with OCO, soft/trailing stops. Persistent per-agent Python sandbox. React 19 dashboard embedded in the trading server. 3. Super Safe - a declarative YAML risk engine with 31 live rules, 668 observed policy violations, graduated tiers, heartbeat kill switches, loss-streak circuit breaker, shadow-mode A/B testing, and eval fixtures. Claude Code agents are fully isolated in Docker with no direct network egress - all traffic forced through three gateways: Internet (domain allowlist), LLM (PG2 + BERT prompt-injection detection), MCP (per-agent tool permissions). Every decision is keccak256 hash-chained (RFC 8785 canonical JSON). ERC-8004 on Sepolia: four agents on the Identity Registry, each backed by an EIP-1271 AgentWallet. Every trade is EIP-712 signed, submitted to the Risk Router, and attested to the Validation Registry as a checkpoint, plus some Reputation Registry scores. Evidence chain is publicly queryable via GET /v1/evidence/{hash}. Kraken: execution via Kraken CLI with per-agent isolation and native stop orders. Bonus: AgentIntel - an independent audit of all 67 agents in the hackathon (7K on-chain trades, $1.5M volume) with AI verdicts and sybil/gaming detection.