https://github.com/ivanclay/redis-training
It is only a Redis training project.
https://github.com/ivanclay/redis-training
dotnet redis
Last synced: 3 months ago
JSON representation
It is only a Redis training project.
- Host: GitHub
- URL: https://github.com/ivanclay/redis-training
- Owner: ivanclay
- Created: 2024-12-11T22:46:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T21:21:03.000Z (over 1 year ago)
- Last Synced: 2025-03-31T18:47:10.280Z (over 1 year ago)
- Topics: dotnet, redis
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Training






It is only a Redis training project.
### Contextualization
We can execute Redis Database on local Docker containers to features tests.
### Docker RUN
```sh
docker run -d --name redis-container -p 6380:6379 redis
````
### Dependencies
- [StackExchange.Redis 2.8.22]()
### References
- [Redis Docs](https://redis.io/docs/latest/get-started/)