aboutsummaryrefslogtreecommitdiff
path: root/plugins/VNLib.Data.Caching.Providers.Redis/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-02-13 14:46:35 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-02-13 14:46:35 -0500
commit456ead9bc8b0f61357bae93152ad0403c4940101 (patch)
tree74cddbca5eebcec7948e706bd7b742b19e55eeb6 /plugins/VNLib.Data.Caching.Providers.Redis/src
parenta481d63f964a5d5204cac2e95141f37f9a28d573 (diff)
fix: #1 shared cluster index on linux & latested core updates
Diffstat (limited to 'plugins/VNLib.Data.Caching.Providers.Redis/src')
-rw-r--r--plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj b/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
index dd2d9ca..c71ee72 100644
--- a/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
+++ b/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
@@ -39,7 +39,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="StackExchange.Redis" Version="2.7.10" />
+ <PackageReference Include="StackExchange.Redis" Version="2.7.17" />
</ItemGroup>
<ItemGroup>