Coder Social home page Coder Social logo

erlmc's People

Contributors

ddossot avatar elzor avatar jkvor avatar ngerakines 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

erlmc's Issues

Not working with Rebar

I have a project that uses your lib (Thank you btw :) ) but it doesn't compile properly when a execute make in my project. I have to execute 2 extra steps.

  1. I have to go to deps/erlmc and execute "make" manually:
    % ls -a deps
    ..
    % make
    ==> backend (get-deps)
    Pulling mochiweb from {git,"git://github.com/mochi/mochiweb.git",[]}
    Initialized empty Git repository in  /home/jonas/projects/ehlance/backend/deps/mochiweb/.git/
    Pulling erlmc from {git,"https://github.com/JacobVorreuter/erlmc.git","HEAD"}
    Initialized empty Git repository in /home/jonas/projects/ehlance/backend/deps/erlmc/.git/
    ERROR: Dependency dir /home/jonas/projects/ehlance/backend/deps/erlmc does not satisfy version regex 0.2.
    make: *** [all] Error 1
    % cd deps/erlmc 
    % make 
    sh ebin/erlmc.app.in 0.2
    erl -make
    Recompile: src/erlmc_conn
    Recompile: src/erlmc
  1. I have to add "erlmc_conn" to the module list in deps/erlmc/ebin/erlmc.app:
    % cd ../..
    % make
    ==> erlmc (compile)
    ERROR: One or more .beam files exist that are not listed in erlmc.app:
    * erlmc_conn
    make: *** [all] Error 1

After I add the erlmc_conn to deps/erlmc/ebin/erlmc.app it works fine!

Thank you for your work!

Cheers,

Jonas

when one memcached process die ,I got this error

erlmc:set("d321asdfas3",<<"ad">>).
** exception exit: {erlmc,{connection_not_found,{"localhost",11211}}}
in function erlmc:unique_connection/2 (src/erlmc.erl, line 299)
in call from erlmc:set/3 (src/erlmc.erl, line 119

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.