Erlang/OTP Forums

Author Message

<  Erlang  ~  Cacherl Issue

rkewlani
Posted: Fri Sep 19, 2008 2:12 pm Reply with quote
User Joined: 10 Sep 2008 Posts: 11
Hi,
I want to use the cacherl for my application.
I downloaded the code from the code.google.com and proceed as per my understanding first I issued
$make all
command then I started the server by
$./start.sh command
the output at console
Eshell V5.5.5 (abort with ^G)


(cacherl@192.168.98.127)1>
=INFO REPORT==== 19-Sep-2008::19:28:42 ===
started TCP listener on 127.0.0.1:11311

now in the second shell I started the client i.e. memcached_client:new([{'127.0.0.1',11311}]).
it worked fine but
when I tried to set content using the method memcached_client:set(M,Key,Value,Expire_time)
which takes 4 parameters
(M,key,value,expire_time)

I am not getting what to specify in M since it always gives error I tried all the possible values as per my understading but its not letting me to work on please help that what is it actually expecting since I have'nt found any documentation regarding the same.
View user's profile Send private message

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum