GithubHelp home page GithubHelp logo

memorango's Introduction

MemoranGo

MemoranGo is reimplementation of Memcahed project into Google Go

Requirements

The MemoranGo is supposed for UNIX-like operation systems. So if you have any of one, feel free to use.

Installation

  • Download and install Go compiler.
  • Clone this project, or download as zip and unpack it.
  • Open your terminal, cd to the project directory, add additional path environment for Go and build the binary file:

cd /path/to/project/
GOPATH=$GOPATH:$PWD
go build src/memorango.go

  • To make sure, that whole system works fine run tests:

go test src/

TODO: need to remove all useless files and add test for memorango.go file.

  • And build documentation:

godoc -http=":6060" -goroot="src/"

That is it. Now you are ready to run MemoranGo!

Usage

You can set path to binary file within environment PATH or simply run from current folder.

Example:
Run MemoranGo with specified flags memorango -m 100 -p 10000 with 100 MiB on port 10000.

MemoranGo can be used with following flags:

  • -p - TCP Port to listen (non required - default port is 11211)
  • -m - Amount of memory to allocate (MiB)
  • -d - Run process as background.
  • -l - Listen on specified ip addr only; default is any address.
  • -c - Use max simultaneous connections; default is 1024.
  • -U - UDP Port to listen (default is turned off)
  • -C - Disabling of cas command support.
  • -F - Disabling of flush_all command support.
  • -h - Show usage manual and list of options.
  • -v - Turning verbosity on. This option includes errors and warnings only.
  • -vv - Turning deep verbosity on. This option includes requests, responses and same output as simple verbosity.

License

This sofrware is under BSD License. See LICENSE for more information.

Contacts

Author: Konstantin Oficerov, Crystalnix
[email protected]
[email protected]

memorango's People

Contributors

avli avatar spatmole 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.