Skip to content

LeapAheadWithRedis6-2/redis-whats-new-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

redis-whats-new-functions

Examples, implemented as Spring Cloud Functions, using Spring Data Redis 2.6-M2

Getting started

  1. Pull (6.2.x) latest version of Redis from Docker
    docker pull redis:6.2
  2. Start Redis
    docker run --name redis6.2 -p 6379:6379 -d redis
  3. Clone the repository
    git clone git@github.com:LeapAheadWithRedis/redis-whats-new-functions.git
  4. CD into the repository
    cd redis-whats-new-functions
  5. Start the examples
    ./mvnw clean spring-boot:run

    Runs the functions locally, using the docker deployed Redis instance

See Also

redis-whats-new

slides

License

Distributed under the MIT License. See LICENSE for more information.