An open API service indexing awesome lists of open source software.

https://github.com/f2calv/redis-dotnet

Redis playground w/.NET
https://github.com/f2calv/redis-dotnet

redis redis-cache redis-client

Last synced: 2 months ago
JSON representation

Redis playground w/.NET

Awesome Lists containing this project

README

          

# Redis

I need to write the README.md ...

Connect to running Redis in default Docker-Compose;

```pwsh
docker exec -it redis_redis_1 redis-cli
```