Showing 62 open source projects for "memcached"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Dynomite

    Dynomite

    A generic dynamo implementation for different k-v storage engines

    Dynomite, inspired by Dynamo whitepaper, is a thin, distributed dynamo layer for different storage engines and protocols. Currently these include Redis and Memcached. Dynomite supports multi-datacenter replication and is designed for high availability. The ultimate goal with Dynomite is to be able to implement high availability and cross-datacenter replication on storage engines that do not inherently provide that functionality. The implementation is efficient, not complex (few moving parts), and highly performant. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    nuster

    nuster

    A high performance HTTP proxy cache server and RESTful NoSQL cache

    ...It is 100% compatible with HAProxy and takes full advantage of the ACL functionality of HAProxy to provide a fine-grained caching policy based on the content of request, response or server status. nuster can be used as an HTTP/TCP load balancer just like HAProxy. nuster can also be used as a RESTful NoSQL cache server, using HTTP POST/GET/DELETE to set/get/delete Key/Value objects. It can be used as an internal NoSQL cache that sits between your application and a database like Memcached or Redis as well as a user-facing NoSQL cache that sits between the end-user and your application. It supports headers, and cookies, so you can store per-user data to the same endpoint.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Symfony Cache Contracts

    Symfony Cache Contracts

    A set of cache abstractions extracted out of the Symfony components

    Symfony Cache Contracts defines a set of interfaces that standardize cache operations in Symfony and other PHP applications. It provides abstraction for caching services, ensuring consistent interaction regardless of the underlying implementation. These contracts help decouple application logic from specific cache providers, enabling flexible caching strategies and easy integration with PSR-compliant tools.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Mcrouter

    Mcrouter

    Memcached protocol router for scaling memcached deployments

    ...It supports the standard memcached ASCII protocol, making it compatible with existing memcached clients. At Facebook, Mcrouter handles a substantial portion of cache traffic, demonstrating its capability to operate at scale.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    FastoNoSQL

    FastoNoSQL

    FastoNoSQL it is GUI platform for NoSQL databases.

    Gui managment admin tool for: Redis Memcached SSDB LevelDB RocksDB UnQLite LMDB UpscaleDB ForestDB
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Stampede

    Stampede

    The ToroDB solution to provide better analytics on top of MongoDB

    Stampede is a high-performance cache stampede prevention library designed to mitigate excessive cache misses in distributed caching systems. It helps avoid the "thundering herd" problem, where multiple requests simultaneously trigger expensive computations when a cache entry expires. Stampede manages cache expiration intelligently, ensuring that only one request regenerates a missing cache entry while others wait for the updated value.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    go-cache

    go-cache

    An in-memory key:value store/cache library for Go

    go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface{} with expiration times, it doesn't need to serialize or transmit its contents over the network. Any object can be stored, for a given duration or forever, and the cache can be safely used by multiple goroutines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jAlarms
    A simple to use alarm system for Java server applications. With jAlarms you can notify different users through different means about certain events in your application, so they can receive notice via email, MSN, SMS, Twitter, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Summingbird

    Summingbird

    Streaming MapReduce with Scalding and Storm

    Summingbird is a streaming + batch hybrid computation framework developed by Twitter. Its aim is to let developers express data aggregation pipelines in a unified way, where the same logic can run either in real time (stream) or in batch mode, and the results can be merged or reconciled. In effect, Summingbird abstracts over multiple execution engines (such as Storm, Scalding, etc.) to provide one high-level program that composes transformations and aggregations, and then executes them in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NCache非阻塞式缓存

    非阻塞式缓存框架

    缓存是服务器程序中经常用到的技术,使用缓存可以大大降低服务器的压力。目前常见的缓存工具都很好地解决了生命周期、存储、命中率等关键算法,但是绝大多数的缓存框架对于数据更新都是阻塞式的,即当缓存过期时会等待应用程序重新获取值,用户在使用系统的过程中将产生顿挫感。 NCache建立了一套抽象的非阻塞式缓存模型与API, 使用NCache仅需在首次加载数据时停顿,此后的更新都将在后台线程完成。 使用NCache至少具有以下两个好处: 1.用户具有平滑的页面体验 2.访问压力将在应用堆积并适当溢出,缓解了对数据服务的集中请求压力
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    webmanual

    This project makes possible to create simple and fast manual like CHM

    This project makes possible to create simple and fast manual like CHM on web. It's very usefull for creating online application documentation, features and todo lists and more. Webmanual uses php and sqlite and can be cached with memcached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MemcacheShim

    Replicate the PHP Memcache class using the Memcached class

    MemcacheShim is a backfill that provides compatability for code that requires the Memcache class, but is running on a server to a server that does not have it installed and _does_ have Memcached. It exists because the dotdeb repos for PHP7 do not have php7.0-memcache, but they do have PHP7.0-memcached. In all cases, it is better to use php-memcache if it is available. See the README.md for more information: https://sourceforge.net/p/memcacheshim/code/ci/master/tree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PDO & MemCached class a data base, which is to streamline your operations and PDO with a MemCached, which you can use as active-record like a handy PDO & MemCached class. You have encountered an error, and your requests if you open a ticket, the right updates, I can.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A next-generation memory cache daemon with idea similar to memcached, but which pervasively uses multithreading and provides advanced modes of data query and expiry. With its innovative system of record tags, it allows bulk expiry (or retrieval) of records by user-defined criteria such as "all records belogning to a certain page" or "all records belonging to a certain user". For more information, see the comprehensive User Guide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Java servlet filter which moves session storage out of the java application container, allowing to scale easily by adding more servers, without using a cluster nor changing the code. Session data can be stored into a cookie, memcached, a DB ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sqlcached is a memory cache daemon, inspired by memcached, but offering more granular control by using SQL interface instead of key-value pairs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    High-performance electronic cart platform foreign electricity suppliers system high load high concurrency, high efficiency, high-speed, distributed, high-performance electronic cart systems With these various techniques and optimization, then do not worry for the lost one; using this system you can sit back and relax boss Monetize your friends! Core features are as follows: Database separate read and write speed memcached buffering speed HTML static pages acceleration Images watermarked image server separation image support CDN DNS round robin mirror server Multi-language support multi-currency support Orders report statistical analysis, product price concessions deal Page layout can be flexibly configured, multi-server load balanced layout Safety reliability, all the details of the optimization process Demo Reception: http://www.hecart.com/ Demo backstage account: demo Demo backstage Password: demo Demo Background: http://admin.hecart.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    phpfastcachepro

    The PHP high-performance object caching APC MemCached Files WinCache

    phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Supported: APC, Files, MemCache, Memcached, WinCache, PDO with many API Functions. You never rewrite your code again when you change your Cache System
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Haskell port for Memcached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Github Badge for Joomla

    Github Badge for Joomla

    GitHub Badge is a simple Joomla module that show your GitHub stats lik

    GitHub Badge is a simple Joomla module that show your GitHub stats like the number of public repositories, number of followers, favorite languages etc. It runs on Google App Engine with a memcached backup at http://githubbadge.appspot.com/. This module use the Github Badge project, created by Berker Peksag and Burak Yigit Kaya. Read more http://github.com/berkerpeksag/github-badge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    repcached is memcached which implemented multi master asynchronous replication feature.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Sqs4J s a pure Java implementation, based on HTTP GET / POST protocols lightweight open source message queue service. use Netty achieve HTTP service, using the Berkeley DB for do persistent storage. The stress test can reach 8000/s.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A pascal unit providing classes for connection to a memcached server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Milter that supports different types of checks: clamav check; spamassassin (or rspamd) check; greylisting based on memcached; ratelimits; spf checks; regexp checks; autowhitelisting; interaction with different services using beanstalk.
    Downloads: 0 This Week
    Last Update:
    See Project