awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
node-cache avatar

node-cache/node-cache

0
View on GitHub↗
2,375 星标·146 分支·CoffeeScript·MIT·1 次浏览

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.

Star 历史

node-cache/node-cache 的 Star 历史图表node-cache/node-cache 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Node Cache 的开源替代方案

相似的开源项目,按与 Node Cache 的功能重合度排序。
  • alibaba/tairalibaba 的头像

    alibaba/tair

    2,305在 GitHub 上查看↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    在 GitHub 上查看↗2,305
  • aliostad/cachecowaliostad 的头像

    aliostad/CacheCow

    869在 GitHub 上查看↗

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

    C#cachingdotnethttp
    在 GitHub 上查看↗869
  • artsy/garnerartsy 的头像

    artsy/garner

    342在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗342
  • 3rd-eden/memcached3rd-Eden 的头像

    3rd-Eden/memcached

    1,314在 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
    在 GitHub 上查看↗1,314
查看 Node Cache 的所有 30 个替代方案→

常见问题解答

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.

node-cache/node-cache 的主要功能有哪些?

node-cache/node-cache 的主要功能包括:Caching。

node-cache/node-cache 有哪些开源替代品?

node-cache/node-cache 的开源替代品包括: 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…