ryotarai / infrataster

Infrastructure Behavior Testing Framework

Home Page:http://infrataster.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memcached plugin for infrataster

rahulkhengare opened this issue · comments

Currently I am working on testing database servers in combination with memcached servers using infrataster.

Memcached:
Memcached is an in-memory key-value store for small chunks of arbitrary data.
For more details about memcached refer,
http://memcached.org/

I am planning to develop memcached plugin for infrataster. This plugin used to query memcached server to check the statistics of server, set and get the values from server.

This plugin will useful for other users also.
Please share your thoughts.

memcached plugin is very good idea.
If you create the one, please tell me that. I'll add it to README.

I have implemented plugins for memcached server, the plugin is tested on linux machine.

Plugin Source:
https://github.com/rahulkhengare/infrataster-plugin-memcached

Kindly review the plugin.
Your thoughts and suggestions will be greatly appreciated

I think this global variable is dirty for namespace and instance or class variables is better.

The plugin looks good to me except the point I mentioned.

Thanks for review.

I have changed the code as per review comments. I converted global variable into instance variable.
Kindly have a look.

Commit Link:
rahulkhengare/infrataster-plugin-memcached@05b7fdf

It looks good to me! I'll introduce your plugin in README.

Thank you very much for including memcached plugin.
I really appreciate it.