Git Product home page Git Product logo

memcached-ui's Introduction

Memcached UI

一个简单实用的Memcached Web客户端。

  • 以插件方式支持多种Web框架使用Memached的方式,比如Yii框架会对原始的键值进行处理,存入Memcached的键是一个哈希值,而value只是序列化后的结果。
  • 不依赖第三方Memcached客户端库
  • 支持Basic Auth身份认证方式

插件的实现见代码文件:middleman/middleman/default.gomiddleman/middleman/yii.go


界面:

memcached-ui

部署:

  1. go get github.com/youngsterxyf/memcached-ui
  2. cd $GOPATH/src/github.com/youngsterxyf/memcached-ui
  3. go build mu.go
  4. bower install
  5. cp app.json.example app.json,并根据需求修改配置信息
  6. nohup ./mu > mu.log 2>&1 &
  7. 访问 http://127.0.0.1:8080

memcached-ui's People

Contributors

kitelife avatar ruhmst 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.