diff --git a/Directory.Packages.props b/Directory.Packages.props
index 4881c637..1c45bc8b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -29,8 +29,8 @@
-
-
+
+
-
+
\ No newline at end of file
diff --git a/EgwCoreLib.Lux.Data/Services/RedisService.cs b/EgwCoreLib.Lux.Data/Services/RedisService.cs
index 421ff568..7e9cc1c0 100644
--- a/EgwCoreLib.Lux.Data/Services/RedisService.cs
+++ b/EgwCoreLib.Lux.Data/Services/RedisService.cs
@@ -293,12 +293,12 @@ namespace EgwCoreLib.Lux.Data.Services
///
///
///
- ///
+ ///
///
- public bool Set(string key, string value, TimeSpan? expiry = null)
+ public bool Set(string key, string value, TimeSpan? tsExpiry = null)
{
Log.Trace($"Set request for {key}");
- return _db.StringSet(key, value, expiry);
+ return _db.StringSet(key, value, tsExpiry, When.Always);
}
///
@@ -306,12 +306,12 @@ namespace EgwCoreLib.Lux.Data.Services
///
///
///
- ///
+ ///
///
- public async Task SetAsync(string key, string value, TimeSpan? expiry = null)
+ public async Task SetAsync(string key, string value, TimeSpan? tsExpiry = null)
{
Log.Trace($"SetAsync request for {key}");
- return await _db.StringSetAsync(key, value, expiry);
+ return await _db.StringSetAsync(key, value, tsExpiry, When.Always);
}
///
diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj
index ba6a2be3..1b553c92 100644
--- a/Lux.API/Lux.API.csproj
+++ b/Lux.API/Lux.API.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 1.1.2601.2315
+ 1.1.2601.2316
diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj
index 98ec98b7..af0c676c 100644
--- a/Lux.UI/Lux.UI.csproj
+++ b/Lux.UI/Lux.UI.csproj
@@ -5,7 +5,7 @@
enable
enable
aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50
- 1.1.2601.2315
+ 1.1.2601.2316
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 85f58d61..fd40e9fa 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
LUX - Web Windows MES
- Versione: 1.1.2601.2315
+ Versione: 1.1.2601.2316
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index c7509917..f6cd1ace 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-1.1.2601.2315
+1.1.2601.2316
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 6f6ddb83..91c5e88b 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 1.1.2601.2315
+ 1.1.2601.2316
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false