tentativo fix redis Flush

This commit is contained in:
zaccaria.majid
2022-09-19 09:22:29 +02:00
parent eed45695e8
commit 534a668496
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ namespace MP.SPEC.Data
public async Task<bool> FlushRedisCache()
{
bool answ = false;
var server = redisConn.GetServer("localhost");
var server = redisConn.GetServer("localhost:6379");
//await Task.Delay(1);
if (server != null)
{
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.15.2209.1908</Version>
<Version>6.15.2209.1909</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.15.2209.1908</h4>
<h4>Versione: 6.15.2209.1909</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.15.2209.1908
6.15.2209.1909
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.15.2209.1908</version>
<version>6.15.2209.1909</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>