Giter VIP home page Giter VIP logo

memcached-manager's Introduction

<img src=“https://github.com/memcached-manager/memcached-manager/blob/master/lib/public/images/logo.png” />

A single-page sinatra memcached manager/admin that allows you to read stats, view, edit and create keys from memcached. Also easily pluggable to a Rails/Rack app.

<img src=“https://travis-ci.org/memcached-manager/memcached-manager.png” /> <img src=“https://codeclimate.com/github/thiagofm/memcached-manager.png” />

Installing & running

  1. Install the gem.

    gem install memcached-manager
    
  2. Run memcached-manager with your memcached up

    memcached-manager
    

If you are running memcached on a different host/port than its defaults(locahost:11211)

memcached-manager -H foo.bar -P 1337

or

memcached-manager --memcached-host foo.bar --memcached-port 1337

Plugging memcached manager to an existing Rails app

Add it to your Gemfile:

gem 'memcached-manager'

Run:

bundle install

Now mount it in config/routes.rb:

mount MemcachedManager::Routes, :at => '/mm'

So it will be accessible in the /mm route of your application.

If you want to specify a different config than the defaults(localhost:11211) add an .env file with the following:

memcached_host: foo.bar
memcached_port: 1337

Requirements

Ruby >= 1.93
Memcached (of course)

Contributing to Memcached Manager

See CONTRIBUTING.md

Contributors

  • Ami (made the logo)

Maintainers

Copyright © 2013-2016 Thiago Fernandes Massa. See LICENSE.txt for further details.

memcached-manager's People

Contributors

arthurnn avatar cironunes avatar thiagofm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

memcached-manager's Issues

sasl login

My memcached SaaS provider uses SASL password authentication, can you make it possible to pass in a password?

Error in Rails 4.2

Hi,

I am using memcached-manager in Rails 4.2.3

I followed the steps documented in the readme file (using mount engine), but when trying to open the page (/mm), I got:

NoMethodError at /admin/mm/
undefined method `each' for #<ActionDispatch::Request::Session:0x64d8180 not yet loaded>
file: id.rb location: stringify_keys line: 158

Please help.

Thanks

UnmarshalError

Hello,
thank you very much for this little tool!

I'm trying to make this work, I can install and launch the application.
When I enter anything in the key input I get a 500 Error. By opening the chrome console I can see this message:

Dalli::UnmarshalError at /api/keys.json
Unable to unmarshal value: incompatible marshal file format (can't be read)format version 4.8 required; 128.4 given

I'm using ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15] and memcached 1.5.2

Any idea?

Make the UI design

Currently the ui design just plain sucks, I need someone to take this over.

Feel free to ask me anything. 👍

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.