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