GithubHelp home page GithubHelp logo

cloudxtreme / lsmcd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from litespeedtech/lsmcd

0.0 0.0 0.0 6.95 MB

LiteSpeed Memcache Compatible Persistent HA replication Cache Server

License: GNU General Public License v3.0

CMake 0.17% Makefile 7.98% M4 10.71% Roff 19.75% C 3.11% Shell 15.42% C++ 42.86%

lsmcd's Introduction

LSMCD

Description

LiteSpeed Memcached is LiteSpeed's persistent memcache compatible cache server supporting high availability replication. It's performance and interface are similar to the popular Memcached. Unlike Memcached, cache data is persistent on single or multiple box setups -- preserving all cache data through updates and in the event of server failure.

Compile

./configure CFLAGS=" -O3" CXXFLAGS=" -O3"  
make

Install

  • install prerequisites, for centos, do
yum install autoconf automake zlib-devel openssl-devel expat-devel

for Debian/Ubuntu, do

sudo apt-get install build-essential zlib1g-dev libexpat1-dev openssl
  • cd dist, run "install.sh" so that lsmcd service is added.
  • update the default configure "/usr/local/lsmcd/conf/node.conf".
    There is example.conf under dist/conf, just replace with your testing IP.
  • now start or stop it.
  service lsmcd start/stop

Configuration Documentation

Lsmcd configuration setting is different from memcached. For detail description, please read through https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lsmcd.

lsmcd's People

Contributors

gwanglst avatar litespeedtech 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.