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

@@ -179,7 +179,7 @@ int BRPOPLPUSH(
* Time complexity: O(log(N)) with N being the number of elements in the sorted set.
* Annotated return value: array
*/
int BZPOPMIN(
int BZPOPPRCMin(
string key,
// Redis type: integer
int timeout
@@ -2610,7 +2610,7 @@ int ZPOPMAX(
* being the number of elements popped.
* Annotated return value: array
*/
int ZPOPMIN(
int ZPOPPRCMin(
string key,
// Redis type: integer
int count = 0
@@ -3377,7 +3377,7 @@ int BRPOPLPUSH(
return NWNXPopInt();
}
int BZPOPMIN(
int BZPOPPRCMin(
string key,
// Redis type: integer
int timeout
@@ -5337,7 +5337,7 @@ int ZPOPMAX(
return NWNXPopInt();
}
int ZPOPMIN(
int ZPOPPRCMin(
string key,
// Redis type: integer
int count = 0