Skip to content

HarshadRanganathan/redis-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redisolar

Download and run docker image for Redis

docker run -d -p 6379:6379 --name redis redis

See the setup instructions on the RedisTimeSeries documentation page for details.

How to start the redisolar application

  1. Run mvn package to build your application
  2. Load sample data with java -jar target/redisolar-1.0.jar load
  3. Start application with java -jar target/redisolar-1.0.jar server config.yml
  4. To check that your application is running enter url http://[HOST]:8081. If you're running on localhost, HOST will be "localhost".

Tests

To run all tests:

mvn test

To run a specific test:

mvn test -Dtest=JedisBasicsTest

Health Check

To see your applications health enter url http://localhost:8084/healthcheck

About

Redis Java Project Based on RU102J Course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published