Showing 51 open source projects for "memcached"

View related business solutions
  • 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
  • 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
    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
  • 2
    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: 25 This Week
    Last Update:
    See Project
  • 3
    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: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    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
  • 6
    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
  • 7

    NCache非阻塞式缓存

    非阻塞式缓存框架

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

    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
  • 9

    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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    Memcached Query GUI

    Memcached Query GUI

    GUI tool for interacting with Memcached instances

    Memcached Query GUI is a tool to help interacting with Memcached instances. It offers a way to add/delete/retrieve objects from the Memcache. Also it keeps a connection list with all your connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13

    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
  • 14
    Haskell port for Memcached.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    repcached is memcached which implemented multi master asynchronous replication feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    A pascal unit providing classes for connection to a memcached server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Social media script: PHP, MySQL(InnoDB), Smarty (+ClipCache), AJAX (JsHttpRequest), Memcached (DklabCache), jQuery, GeShi, Jevix
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A minimalistic filesharing tracker for PHP5/MySQL. Supports bittorrent protocol, IPv6, memcached, APC cacheing. Recommended webserver is lighttpd. Only does what a tracker needs to, nothing more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a taglib for memcached, almost full compatible to oscache's taglib. If you use oscache taglibs as your cache engine, you can mostly no need modify any jsp code to change to the best cache system, memcached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ThebaDB is an open source Database Layer with MSSQL, MySQL, SQLite multi-usage API, cache support to memcached, file, session and with an extremely useful Debug system. Written in singleton- and connect-when-need model. Easy to use plugin system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Memcached++ is a C++ interface for 'memcached'. Development of this project has ceased. Please, use http://people.freebsd.org/~seanc/libmemcache/ instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Java client for the memcached protocol with a configurable client-side in-process memory cache supporting replacement/eviction strategies (least-recently-used, least-frequently-used, first-in-first-out) designed to provide extremely low-latency lookup.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB