0

I am trying to install Java redis client (Jedis). After downloading some of its packages (for example jedis-2.1.0.jar) from jedis download page and trying to execute it with command:

java -jar jedis-2.1.0.jar

I got this type of message:

no main manifest attribute, in jedis-2.1.0.jar

I also read wiki jedis page but I don't understand how to use "Getting started" from that page for installation.

Mark
  • 2,380
  • 11
  • 29
  • 49

1 Answers1

0

It's a Java client for redis, you can add the jar to your project and then download redis and install redis, not jedis

Umpa
  • 334
  • 11
  • 16