Git Product home page Git Product logo

tmcache's Introduction

tmcache

类似Memcached的缓存服务引擎,兼容Memcached协议,无任何依赖,轻巧纯粹

The like memcached mini memory cache daemon (ANSI C, GCC require)

  • 最后更新: 2008/10/25 v1.0.0 beta

Implementation Mechanism
The Tmcache cache service, mainly adopts a single-process model, and the internal core data structure mainly relies on Hash tables and Queues.

The protocol level is implemented in accordance with Memcached's text version protocol and can be run as an independent daemon.
Usage:
tmcache - TieMa?(Tiny&Mini) Memory Cache Server (Daemon)
tmcache is a very small memory cache server, It run from daemon. It is similar to memcachd, 
and fully compatible with the memcached communication protocol can be easily carried from the memcached to tmcache transplant. 
tmcache is based on the thread to run, the faster the speed.

tmcache including:
  * Based memory data storage
  * Compatible memcached communication protocol
  * Few operation interface, The use of simple
  * Support custom port,max_clients,memory use control
  * etc ...
  

tmhttpd command help

#=======================================
# TieMa(Tiny&Mini) Memory Cache Server
# Version 1.0.0_alpha
# 
# heiyeluren 
#=======================================

usage: ./tmcache [OPTION] ... 

Options: 
  -p       port number to listen on,default 11211
  -d            run as a daemon, default No
  -m       max memory to use for items in megabytes, default is 16M
  -c       max simultaneous connections, default is 1024
  -v            print version information
  -h            print this help and exit

Example: 
  ./tmcache -p 11211 -m 16 -c 1024 -d


tmcache's People

Contributors

heiyeluren avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.