awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
node-cache avatar

node-cache/node-cache

0
View on GitHub↗
2,375 stele·146 fork-uri·CoffeeScript·MIT·1 vizualizare

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.

Istoric stele

Graficul istoricului de stele pentru node-cache/node-cacheGraficul istoricului de stele pentru node-cache/node-cache

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Node Cache

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Node Cache.
  • alibaba/tairAvatar alibaba

    alibaba/tair

    2,305Vezi pe GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Vezi pe GitHub↗2,305
  • aliostad/cachecowAvatar aliostad

    aliostad/CacheCow

    869Vezi pe GitHub↗

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

    C#cachingdotnethttp
    Vezi pe GitHub↗869
  • artsy/garnerAvatar artsy

    artsy/garner

    342Vezi pe GitHub↗

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

    Ruby
    Vezi pe GitHub↗342
  • 3rd-eden/memcachedAvatar 3rd-Eden

    3rd-Eden/memcached

    1,314Vezi pe 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
    Vezi pe GitHub↗1,314
Vezi toate cele 30 alternative pentru Node Cache→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale node-cache/node-cache?

Principalele funcționalități ale node-cache/node-cache sunt: Caching.

Care sunt câteva alternative open-source pentru node-cache/node-cache?

Alternativele open-source pentru node-cache/node-cache includ: 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…