awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
node-cache avatar

node-cache/node-cache

0
View on GitHub↗
2,375 stars·146 forks·CoffeeScript·MIT·1 vue

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.

Historique des stars

Graphique de l'historique des stars pour node-cache/node-cacheGraphique de l'historique des stars pour node-cache/node-cache

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Node Cache

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Node Cache.
  • alibaba/tairAvatar de alibaba

    alibaba/tair

    2,305Voir sur GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Voir sur GitHub↗2,305
  • aliostad/cachecowAvatar de aliostad

    aliostad/CacheCow

    869Voir sur GitHub↗

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

    C#cachingdotnethttp
    Voir sur GitHub↗869
  • artsy/garnerAvatar de artsy

    artsy/garner

    342Voir sur GitHub↗

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

    Ruby
    Voir sur GitHub↗342
  • 3rd-eden/memcachedAvatar de 3rd-Eden

    3rd-Eden/memcached

    1,314Voir sur 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
    Voir sur GitHub↗1,314
Voir les 30 alternatives à Node Cache→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de node-cache/node-cache ?

Les fonctionnalités principales de node-cache/node-cache sont : Caching.

Quelles sont les alternatives open-source à node-cache/node-cache ?

Les alternatives open-source à node-cache/node-cache incluent : 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…