Update for PRC8 parity
Update for PRC8 parity. Full compile.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user