awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
node-cache avatar

node-cache/node-cache

0
View on GitHub↗
2,375 estrellas·146 forks·CoffeeScript·MIT·1 vista

Node Cache

A simple caching module that has set, get and delete methods and works a little bit like memcached. Keys can have a timeout (ttl) after which they expire and are deleted from the cache. All keys are stored in a single object so the practical limit is at around 1m keys.

Features

  • Caching - In-memory caching module.

Historial de estrellas

Gráfico del historial de estrellas de node-cache/node-cacheGráfico del historial de estrellas de node-cache/node-cache

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Node Cache

Proyectos open-source similares, clasificados según cuántas características comparten con Node Cache.
  • alibaba/tairAvatar de alibaba

    alibaba/tair

    2,305Ver en GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Ver en GitHub↗2,305
  • aliostad/cachecowAvatar de aliostad

    aliostad/CacheCow

    869Ver en GitHub↗

    An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server

    C#cachingdotnethttp
    Ver en GitHub↗869
  • artsy/garnerAvatar de artsy

    artsy/garner

    342Ver en GitHub↗

    A set of Rack middleware and cache helpers that implement various caching strategies.

    Ruby
    Ver en GitHub↗342
  • 3rd-eden/memcachedAvatar de 3rd-Eden

    3rd-Eden/memcached

    1,314Ver en GitHub↗

    memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and exceptional performance in mind. We use consistent hashing to store the data across different nodes. Consistent hashing is a scheme that provides a hash table functionality in a way…

    JavaScript
    Ver en GitHub↗1,314
Ver las 30 alternativas a Node Cache→

Preguntas frecuentes

¿Qué hace node-cache/node-cache?

A simple caching module that has set, get and delete methods and works a little bit like memcached. Keys can have a timeout (ttl) after which they expire and are deleted from the cache. All keys are stored in a single object so the practical limit is at around 1m keys.

¿Cuáles son las características principales de node-cache/node-cache?

Las características principales de node-cache/node-cache son: Caching.

¿Qué alternativas de código abierto existen para node-cache/node-cache?

Las alternativas de código abierto para node-cache/node-cache incluyen: alibaba/tair — A distributed key-value storage system developed by Alibaba Group. aliostad/cachecow — An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server. artsy/garner — A set of Rack middleware and cache helpers that implement various caching strategies. aschuch/awesomecache — Delightful on-disk cache (written in Swift). aspnet/caching — [Archived] Libraries for in-memory caching and distributed caching. Project moved to… 3rd-eden/memcached — memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and…