{"id":19073755,"url":"https://github.com/mattesthaut/redisharp","last_synced_at":"2026-05-08T03:33:36.520Z","repository":{"id":242101941,"uuid":"807826861","full_name":"MattEstHaut/RediSharp","owner":"MattEstHaut","description":"Une base de donnée clé-valeur en mémoire","archived":false,"fork":false,"pushed_at":"2024-11-07T00:29:04.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T17:29:50.525Z","etag":null,"topics":["database","dotnet","in-memory","persistence","personal-project"],"latest_commit_sha":null,"homepage":"","language":"C#","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/MattEstHaut.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":"2024-05-29T21:08:55.000Z","updated_at":"2024-11-07T00:29:08.000Z","dependencies_parsed_at":"2025-01-02T17:29:38.777Z","dependency_job_id":"c63ed2de-0899-452b-ada6-8bda03fbff07","html_url":"https://github.com/MattEstHaut/RediSharp","commit_stats":null,"previous_names":["mattesthaut/redisharp"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattEstHaut%2FRediSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattEstHaut%2FRediSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattEstHaut%2FRediSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattEstHaut%2FRediSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattEstHaut","download_url":"https://codeload.github.com/MattEstHaut/RediSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240126109,"owners_count":19751870,"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":["database","dotnet","in-memory","persistence","personal-project"],"created_at":"2024-11-09T01:48:14.148Z","updated_at":"2026-05-08T03:33:31.492Z","avatar_url":"https://github.com/MattEstHaut.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **RediSharp**\n\n**RediSharp** est une base de donnée clé-valeur en mémoire, à la manière de [Redis](https://github.com/redis/redis), mais écrite en C#.\n\n## Démarrage rapide\n\n### Dépendances\n\nIl faut le [SDK .NET 8.0](https://dotnet.microsoft.com/download) pour compiler et exécuter **RediSharp**.\n\n\u003e Vous pouvez vérifier si le SDK est installé avec la commande `dotnet --version`.\n\n### Compilation\n\nAprès avoir cloné le dépôt, vous pouvez compiler **RediSharp** avec la commande suivante:\n\n```bash\ndotnet build -c Release\n```\n\n### Exécution\n\nPour démarrer le serveur **RediSharp**, utilisez la commande :\n\n```bash\ndotnet run -c Release --project src/Server/Server.csproj\n```\n\nEt pour lancer un client, utilisez la commande :\n\n```bash\ndotnet run -c Release --project src/Client/Client.csproj\n```\n\n### Exemple\n\n```bash\n\u003e set user:32.name \"Paul Dupont\"\nOK\n\u003e get user:32.name\n\"Paul Dupont\"\n```\n\n## Utiliser Docker\n\nVous pouvez aussi lancer le serveur **RediSharp** avec [Docker](https://www.docker.com/). Pour cela, utilisez la commande suivante :\n\n```bash\ndocker compose up --build -d\n```\n\n## Prochaines étapes\n\n- [Commandes supportées](docs/COMMANDS.md)\n- [Arguments de la ligne de commande](docs/ARGUMENTS.md)\n- [Documentation du protocole](docs/PROTOCOL.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattesthaut%2Fredisharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattesthaut%2Fredisharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattesthaut%2Fredisharp/lists"}