{"id":19857985,"url":"https://github.com/boldare/redis-with-spring-mvc","last_synced_at":"2025-08-07T14:37:29.926Z","repository":{"id":141671439,"uuid":"95367480","full_name":"boldare/redis-with-spring-mvc","owner":"boldare","description":"The demo app showing how to store request payload in Redis using Spring MVC","archived":false,"fork":false,"pushed_at":"2017-06-25T20:59:00.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-01-11T14:22:09.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boldare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-25T15:13:31.000Z","updated_at":"2017-06-30T13:49:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"14ddbd2c-56bf-447c-96a6-49213c9eb1ed","html_url":"https://github.com/boldare/redis-with-spring-mvc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fredis-with-spring-mvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fredis-with-spring-mvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fredis-with-spring-mvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fredis-with-spring-mvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boldare","download_url":"https://codeload.github.com/boldare/redis-with-spring-mvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241255115,"owners_count":19934815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T14:20:42.734Z","updated_at":"2025-02-28T22:19:33.525Z","avatar_url":"https://github.com/boldare.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo app for the \"How to store a request body in Redis\" post\n\n[![Build Status](https://travis-ci.com/xsolve-pl/redis-with-spring-mvc.svg?token=dd2vNedz3QZLxhqGs12s\u0026branch=master)](https://travis-ci.com/xsolve-pl/redis-with-spring-mvc)\n\n## Blog post\n\nThe relevant blog post can be found [on our XSolve blog](https://xsolve.software/blog/redis-with-spring-mvc/)\n\n## How to\n\nRun the demo with \n\n```bash\ndocker-compose up\n```\n\nThen, once the application starts, execute a test request:\n\n```bash\ncurl -H \"Content-Type: application/json\" \\\\\n     -H 'X-MessageSystems-Batch-ID: 123-456' \\\\\n     -d '{\"data\":\"test data\"}' localhost:8080/\n```\n\nNext, verify that the request payload has been saved in your redis instance, available under `localhost:6379`, under the key `123-456`. For this purpose,\nwe recommend using the [Redis Desktop Manager](https://github.com/uglide/RedisDesktopManager/releases/tag/0.8.3).\n\n### Cleanup\n\nExecute\n```bash\ndocker-compose down\n```\n\n## Tests\n\nDon't forget to check out the `StoreRequestInRedisTest`, which can be run with `./gradlew test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldare%2Fredis-with-spring-mvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboldare%2Fredis-with-spring-mvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldare%2Fredis-with-spring-mvc/lists"}