Code Monkey home page Code Monkey logo

dokku-memcached's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dokku-memcached's Issues

MenCached Host IP

is the host ip address available for memcached server???
i'm trying to use phpfastcache but having troubles connecting to the memcached server via the host name instead of the IP address.

here is my code:

use phpFastCache\CacheManager;

CacheManager::setup(array(
    'memcache' => array(
        array('dokku-memcached-sample-cache', 11211, 1),
        //  array("new.host.ip",11211,1),
    ),
));

i'm getting the error:

Fatal error: Call to a member function addserver() on null in /app/vendor/phpfastcache/phpfastcache/src/phpFastCache/Drivers/memcache.php on line 87

but if i expose the service works OK.

Authentication for Memcached instance.

Hey,

I have been using memcached for some apps on heroku. They generally provide an auth mechanism for clients to connect.

Are there any plans to implement an authentication layer?

https://github.com/memcached/memcached/wiki/SASLHowto

We had received an email from our hosting provider in Germany when we accidentally disabled the firewall. I think a lot of users might benefit from authentication.

Following is the text that we received in a mail from them in Jan.

Dear Sir or Madam

Redis is an in-memory database with a simple key-value data structure.
memcached is a cache server for easily storing and retrieving data from memory. Redis and memcached are frequently used in conjunction with web applications.

Cert-Bund has received information from a reliable source regarding Redis and memcached installations in Germany which are publicly accessible on the Internet without access protection. This enables attackers to potentially spy out information on the systems which are affected such as login credentials for web applications or other confidential content.

We are sending you a list of systems affected in your net area. In addition to the IP address, the data includes a timestamp which the open systems have been identified by as well as the port and version number.

We kindly request that you examine the situation and take measures to safeguard the systems or inform you customer accordingly.

You guys have done an awesome job with this plugin, I'll try to have a look, on this weekend and implement it but I just wanted to check if this is planned?

exposing a service

so if i expose some server, how do i reach it?? is with the same URL???
message only says: Service my-cache-service exposed on port(s) 3332

do i use the same URL with different port?? for example: memcached://dokku-memcached-my-cache-service: 3332

No log output

Hi,

I'm not seeing any log output and would appreciate any pointers about how I could debug this further. I poked around in the logs command a bit but didn't see anything obvious.

I've created and linked.

If I run a non-tailed log, I see no output:

$ dokku memcached:logs t2batman
$

If I tail, I also see nothing:

$ dokku memcached:logs t2batman -t
# crickets

This screenshot shows me connected by telnet on the right-hand side, and nothing happening in the logs on the left-hand side:

screenshot 2016-11-29 19 35 24

What I'm expecting is some sort of log output as I add and remove keys.

The actual problem I'm trying to solve is to verify that memcached is working within my web app, by looking at log output.

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.