Update for PRC8 parity

Update for PRC8 parity.  Full compile.
This commit is contained in:
Jaysyn904
2025-02-08 14:10:00 -05:00
parent 445bed95fa
commit 00d2c183e8
25 changed files with 25 additions and 25 deletions

View File

@@ -184,7 +184,7 @@ int NWNX_Redis_BRPOPLPUSH(
* Time complexity: O(log(N)) with N being the number of elements in the sorted set.
* Annotated return value: array
*/
int NWNX_Redis_BZPOPMIN(
int NWNX_Redis_BZPOPPRCMin(
string key,
// Redis type: integer
int timeout
@@ -2615,7 +2615,7 @@ int NWNX_Redis_ZPOPMAX(
* being the number of elements popped.
* Annotated return value: array
*/
int NWNX_Redis_ZPOPMIN(
int NWNX_Redis_ZPOPPRCMin(
string key,
// Redis type: integer
int count = 0
@@ -3382,7 +3382,7 @@ int NWNX_Redis_BRPOPLPUSH(
return NWNXPopInt();
}
int NWNX_Redis_BZPOPMIN(
int NWNX_Redis_BZPOPPRCMin(
string key,
// Redis type: integer
int timeout
@@ -5342,7 +5342,7 @@ int NWNX_Redis_ZPOPMAX(
return NWNXPopInt();
}
int NWNX_Redis_ZPOPMIN(
int NWNX_Redis_ZPOPPRCMin(
string key,
// Redis type: integer
int count = 0