Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

Cannot detect Jedis client. #583

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,

I am using 2.00 version of Redis database,on Ubuntu 10.04 (Lucid). Also a 
java-client Jedis for connecting it. I have downloaded a JAR file for it and 
its version is 2.0.0. 
I want to use the Redis server in one of my applications. But when I start the 
application, it does not detect the Jedis client. I don't know what's the 
problem. 

   Any help would be highly appreciated.

Thanks.

Original issue reported on code.google.com by chait.sh...@gmail.com on 13 Jun 2011 at 7:05

GoogleCodeExporter commented 8 years ago
Maybe you didn't add the JAR file to the JVM path? Jedis-specific issues should 
be submitted here: https://github.com/xetorthio/jedis. This tracker should only 
be used for issues related to Redis itself, not clients.

Good luck!
Pieter

Original comment by pcnoordh...@gmail.com on 13 Jun 2011 at 7:14