Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanclay/redis-training
It is only a Redis training project.
https://github.com/ivanclay/redis-training
dotnet redis
Last synced: 12 days 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 (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:02:39.000Z (14 days ago)
- Last Synced: 2024-12-11T23:28:15.577Z (14 days ago)
- Topics: dotnet, redis
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Training
![Badge de Licença](https://img.shields.io/badge/.NET-8.0.0-blue.svg?style=flat-square&logo=dotnet)
![Badge de Licença](https://img.shields.io/badge/Redis-0.0.0-orange.svg?style=flat-square&logo=redis)
![Badge de Licença](https://img.shields.io/badge/git-2.42.0-lightgrey.svg?style=flat-square&logo=git)
![Badge de Licença](https://img.shields.io/badge/docker-27.2.0-orange.svg?style=flat-square&logo=docker)![Badge de Versão](https://img.shields.io/badge/app-v_1.0.0-green.svg?style=flat-square&logo=app)
![Badge de Status do Projeto](https://img.shields.io/badge/status-training-blue.svg?style=flat-square)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/)