Examples, implemented as Spring Cloud Functions, using Spring Data Redis 2.6-M2
- Pull (6.2.x) latest version of Redis from Docker
docker pull redis:6.2
- Start Redis
docker run --name redis6.2 -p 6379:6379 -d redis
- Clone the repository
git clone git@github.com:LeapAheadWithRedis/redis-whats-new-functions.git
- CD into the repository
cd redis-whats-new-functions
- Start the examples
./mvnw clean spring-boot:run
Runs the functions locally, using the docker deployed Redis instance
Distributed under the MIT License. See LICENSE
for more information.