feat(bot): add Redis cache

This commit is contained in:
spiral
2022-04-13 08:44:53 -04:00
parent fadf007abc
commit c2094e3b7a
9 changed files with 560 additions and 1 deletions

View File

@@ -21,6 +21,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.13.0"/>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.32.0" />
<PackageReference Include="Grpc.Tools" Version="2.37.0" PrivateAssets="All"/>
<PackageReference Include="Polly" Version="7.2.1"/>
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1"/>
<PackageReference Include="Serilog" Version="2.10.0"/>
@@ -28,4 +31,7 @@
<PackageReference Include="System.Linq.Async" Version="5.0.0"/>
</ItemGroup>
<ItemGroup>
<Protobuf Include="../proto/discord_cache.proto" GrpcServices="Client" Link="Protos/discord_cache.proto"/>
</ItemGroup>
</Project>