Closed GoogleCodeExporter closed 9 years ago
Hello, I removed the strsep() from redis-cli source code. Should not be a
problem.
Cheers,
Salvatore
Original comment by anti...@gmail.com
on 26 Apr 2010 at 6:32
great, works like a charm
Original comment by anko.com
on 18 May 2010 at 2:21
Can I get this fix also? Having the same issue.
Original comment by ruskicow...@gmail.com
on 21 May 2010 at 1:43
this was fixed, try compiling the git repository's HEAD on master
Original comment by anko.com
on 21 May 2010 at 10:15
Anko. I'm afraid that I'm not as experienced in this kind of stuff as I should
be. Can you explain a bit more what
I need to do? I don't use GIT as a repository (we use subversion).
Original comment by ruskicow...@gmail.com
on 22 May 2010 at 3:44
Nevermind, Anko. I figured it out. I grabbed the redis-cli.c file code
directly from the git repository at
http://github.com/antirez/redis/blob/master/redis-cli.c, and just copied over
the code that was in that file
from the download. Compiled fine.
Original comment by ruskicow...@gmail.com
on 22 May 2010 at 5:28
you should be able to just do
git clone http://github.com/antirez/redis.git
and everytime there is an update just do
cd redis
git pull
and you'll have the latest copy of all the files.
Original comment by anko.com
on 26 May 2010 at 12:40
Original comment by anti...@gmail.com
on 31 Aug 2010 at 3:46
Original issue reported on code.google.com by
anko.com
on 12 Apr 2010 at 5:56