SScout
PPlan
BBuild
SShip

エージェント起動中…

Dolphin Softwareはフリーランス募集中 — Salesは急募、案件手数料50%。今すぐ応募!

日本20:01応募する
← 技術スタックへ戻る
Redis

Redis

In-memory data store for speed and coordination

Redis is an open-source in-memory data structure store used as a cache, message broker, session store, and fast ephemeral database.

公式ホームページを基にした要約です。プレビュー高速化のためローカルに保持しています。

ハイライト

  • Sub-millisecond reads and writes
  • Structures: strings, hashes, lists, sets, streams
  • Pub/Sub and streams for lightweight messaging
  • Common companion to PostgreSQL-backed APIs

こんなときに

  • Hot-path cache
  • Sessions / rate limits
  • Lightweight queues

KU THANH スタックでの位置

Pairs with Nest/Express APIs and PostgreSQL.

選ばれる理由

  • Cut hot-path latency

    Cache frequent queries and session data so APIs stay snappy under load.

  • Coordinate workers

    Queues, locks, and rate limits help background jobs and APIs stay consistent.

  • Simple operational footprint

    Managed Redis or a small instance covers most SMB product needs before heavier brokers.

公式サイトを開く