Skip to content

Example of redis-mock-template usage for Medium article

Notifications You must be signed in to change notification settings

incu6us/spring-redis-tpl-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-redis-tpl-example

Example for Medium

Create request:

curl -XPOST http://localhost:9091/api/addModel  -d 'id="1"&data="test"'

Get request:

curl "http://localhost:9091/api/getModel?id=%221%22"    # response(if previous step was prepared): {"id":"\"1\"","data":"\"test\""}

About

Example of redis-mock-template usage for Medium article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages