I was looking to provide developers an easy GUI to look at and understand memcached and clear and post keys.
phpmemcachedadmin meets everything except, it isn't particularly easy for python/node developers to install if they are completely unfamiliar with php based web apps. #33 allows me to build a distribute a custom docker-compose.yml file and developers can use phpmemcachedadmin with just docker-compose up -d and going to http://localhost:8888/ or whatever port gets mapped.
I was looking to provide developers an easy GUI to look at and understand memcached and clear and post keys.
phpmemcachedadmin meets everything except, it isn't particularly easy for python/node developers to install if they are completely unfamiliar with php based web apps. #33 allows me to build a distribute a custom docker-compose.yml file and developers can use phpmemcachedadmin with just
docker-compose up -dand going to http://localhost:8888/ or whatever port gets mapped.