Home

Awesome

Organisation Flapdoodle OSS

Build Status

We are now a github organisation. You are invited to participate. :)

de.flapdoodle.embed.redis

redis starter

You need to create a file 'server.properties' in the working directory. This file must contain a value for the redis download server that should be used. Currently, there is no server that offers binaries for redis on Linux or MacOS. There is one for Windows binaries, but this is a hack, not a production ready project. We use redis by creating tarballs for the operating system and version we want to use and putting them on a shared http server. (Nexus 3rd party repo in our case.)

TODO

Dependencies

Build on top of

Howto

Maven

Stable (Maven Central Repository, Released: 10.12.2015 - wait 24hrs for maven central)

<dependency>
	<groupId>de.flapdoodle.embed</groupId>
	<artifactId>de.flapdoodle.embed.redis</artifactId>
	<version>1.11.4</version>
</dependency>

Snapshots (Repository http://oss.sonatype.org/content/repositories/snapshots)

<dependency>
	<groupId>de.flapdoodle.embed</groupId>
	<artifactId>de.flapdoodle.embed.redis</artifactId>
	<version>1.11.5-SNAPSHOT</version>
</dependency>