|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 5d62f0da16946eeff4782ceb22097e563b9864e2 */ |
| 2 | + * Stub hash: 858c52a2d14a58a7917f4cf6ff4129116ead0d98 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster___construct, 0, 0, 1)
|
5 | 5 | ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 1)
|
@@ -734,6 +734,97 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_xtrim, 0, 2,
|
734 | 734 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, approx, _IS_BOOL, 0, "false")
|
735 | 735 | ZEND_END_ARG_INFO()
|
736 | 736 |
|
| 737 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zadd, 0, 3, IS_LONG, 0) |
| 738 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 739 | + ZEND_ARG_TYPE_INFO(0, score, IS_DOUBLE, 0) |
| 740 | + ZEND_ARG_TYPE_INFO(0, member, IS_STRING, 0) |
| 741 | + ZEND_ARG_VARIADIC_TYPE_INFO(0, extra_args, IS_MIXED, 0) |
| 742 | +ZEND_END_ARG_INFO() |
| 743 | + |
| 744 | +#define arginfo_class_RedisCluster_zcard arginfo_class_RedisCluster_decr |
| 745 | + |
| 746 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zcount, 0, 3, IS_LONG, 0) |
| 747 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 748 | + ZEND_ARG_TYPE_INFO(0, start, IS_STRING, 0) |
| 749 | + ZEND_ARG_TYPE_INFO(0, end, IS_STRING, 0) |
| 750 | +ZEND_END_ARG_INFO() |
| 751 | + |
| 752 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zincrby, 0, 3, IS_DOUBLE, 0) |
| 753 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 754 | + ZEND_ARG_TYPE_INFO(0, value, IS_DOUBLE, 0) |
| 755 | + ZEND_ARG_TYPE_INFO(0, member, IS_STRING, 0) |
| 756 | +ZEND_END_ARG_INFO() |
| 757 | + |
| 758 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zinterstore, 0, 2, IS_LONG, 0) |
| 759 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 760 | + ZEND_ARG_TYPE_INFO(0, keys, IS_ARRAY, 0) |
| 761 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, weights, IS_ARRAY, 0, "null") |
| 762 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, aggregate, IS_STRING, 0, "null") |
| 763 | +ZEND_END_ARG_INFO() |
| 764 | + |
| 765 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zlexcount, 0, 3, IS_LONG, 0) |
| 766 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 767 | + ZEND_ARG_TYPE_INFO(0, min, IS_STRING, 0) |
| 768 | + ZEND_ARG_TYPE_INFO(0, max, IS_STRING, 0) |
| 769 | +ZEND_END_ARG_INFO() |
| 770 | + |
| 771 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_RedisCluster_zpopmax, 0, 1, MAY_BE_BOOL|MAY_BE_ARRAY) |
| 772 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 773 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, value, IS_LONG, 0, "null") |
| 774 | +ZEND_END_ARG_INFO() |
| 775 | + |
| 776 | +#define arginfo_class_RedisCluster_zpopmin arginfo_class_RedisCluster_zpopmax |
| 777 | + |
| 778 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_RedisCluster_zrange, 0, 3, MAY_BE_BOOL|MAY_BE_ARRAY) |
| 779 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 780 | + ZEND_ARG_TYPE_INFO(0, start, IS_LONG, 0) |
| 781 | + ZEND_ARG_TYPE_INFO(0, end, IS_LONG, 0) |
| 782 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "null") |
| 783 | +ZEND_END_ARG_INFO() |
| 784 | + |
| 785 | +#define arginfo_class_RedisCluster_zrangebylex arginfo_class_RedisCluster_zrange |
| 786 | + |
| 787 | +#define arginfo_class_RedisCluster_zrangebyscore arginfo_class_RedisCluster_zrange |
| 788 | + |
| 789 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zrank, 0, 2, IS_LONG, 0) |
| 790 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 791 | + ZEND_ARG_TYPE_INFO(0, member, IS_MIXED, 0) |
| 792 | +ZEND_END_ARG_INFO() |
| 793 | + |
| 794 | +#define arginfo_class_RedisCluster_zrem arginfo_class_RedisCluster_srem |
| 795 | + |
| 796 | +#define arginfo_class_RedisCluster_zremrangebylex arginfo_class_RedisCluster_zlexcount |
| 797 | + |
| 798 | +#define arginfo_class_RedisCluster_zremrangebyrank arginfo_class_RedisCluster_zlexcount |
| 799 | + |
| 800 | +#define arginfo_class_RedisCluster_zremrangebyscore arginfo_class_RedisCluster_zlexcount |
| 801 | + |
| 802 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_RedisCluster_zrevrange, 0, 3, MAY_BE_BOOL|MAY_BE_ARRAY) |
| 803 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 804 | + ZEND_ARG_TYPE_INFO(0, min, IS_STRING, 0) |
| 805 | + ZEND_ARG_TYPE_INFO(0, max, IS_STRING, 0) |
| 806 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "null") |
| 807 | +ZEND_END_ARG_INFO() |
| 808 | + |
| 809 | +#define arginfo_class_RedisCluster_zrevrangebylex arginfo_class_RedisCluster_zrevrange |
| 810 | + |
| 811 | +#define arginfo_class_RedisCluster_zrevrangebyscore arginfo_class_RedisCluster_zrevrange |
| 812 | + |
| 813 | +#define arginfo_class_RedisCluster_zrevrank arginfo_class_RedisCluster_zrank |
| 814 | + |
| 815 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_RedisCluster_zscan, 0, 2, MAY_BE_BOOL|MAY_BE_ARRAY) |
| 816 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 817 | + ZEND_ARG_TYPE_INFO(0, iterator, IS_LONG, 0) |
| 818 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, pattern, IS_STRING, 1, "null") |
| 819 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, count, IS_LONG, 0, "0") |
| 820 | +ZEND_END_ARG_INFO() |
| 821 | + |
| 822 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_RedisCluster_zscore, 0, 1, IS_DOUBLE, 0) |
| 823 | + ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) |
| 824 | +ZEND_END_ARG_INFO() |
| 825 | + |
| 826 | +#define arginfo_class_RedisCluster_zunionstore arginfo_class_RedisCluster_zinterstore |
| 827 | + |
737 | 828 |
|
738 | 829 | ZEND_METHOD(RedisCluster, __construct);
|
739 | 830 | ZEND_METHOD(RedisCluster, _masters);
|
@@ -899,6 +990,29 @@ ZEND_METHOD(RedisCluster, xread);
|
899 | 990 | ZEND_METHOD(RedisCluster, xreadgroup);
|
900 | 991 | ZEND_METHOD(RedisCluster, xrevrange);
|
901 | 992 | ZEND_METHOD(RedisCluster, xtrim);
|
| 993 | +ZEND_METHOD(RedisCluster, zadd); |
| 994 | +ZEND_METHOD(RedisCluster, zcard); |
| 995 | +ZEND_METHOD(RedisCluster, zcount); |
| 996 | +ZEND_METHOD(RedisCluster, zincrby); |
| 997 | +ZEND_METHOD(RedisCluster, zinterstore); |
| 998 | +ZEND_METHOD(RedisCluster, zlexcount); |
| 999 | +ZEND_METHOD(RedisCluster, zpopmax); |
| 1000 | +ZEND_METHOD(RedisCluster, zpopmin); |
| 1001 | +ZEND_METHOD(RedisCluster, zrange); |
| 1002 | +ZEND_METHOD(RedisCluster, zrangebylex); |
| 1003 | +ZEND_METHOD(RedisCluster, zrangebyscore); |
| 1004 | +ZEND_METHOD(RedisCluster, zrank); |
| 1005 | +ZEND_METHOD(RedisCluster, zrem); |
| 1006 | +ZEND_METHOD(RedisCluster, zremrangebylex); |
| 1007 | +ZEND_METHOD(RedisCluster, zremrangebyrank); |
| 1008 | +ZEND_METHOD(RedisCluster, zremrangebyscore); |
| 1009 | +ZEND_METHOD(RedisCluster, zrevrange); |
| 1010 | +ZEND_METHOD(RedisCluster, zrevrangebylex); |
| 1011 | +ZEND_METHOD(RedisCluster, zrevrangebyscore); |
| 1012 | +ZEND_METHOD(RedisCluster, zrevrank); |
| 1013 | +ZEND_METHOD(RedisCluster, zscan); |
| 1014 | +ZEND_METHOD(RedisCluster, zscore); |
| 1015 | +ZEND_METHOD(RedisCluster, zunionstore); |
902 | 1016 |
|
903 | 1017 |
|
904 | 1018 | static const zend_function_entry class_RedisCluster_methods[] = {
|
@@ -1066,5 +1180,28 @@ static const zend_function_entry class_RedisCluster_methods[] = {
|
1066 | 1180 | ZEND_ME(RedisCluster, xreadgroup, arginfo_class_RedisCluster_xreadgroup, ZEND_ACC_PUBLIC)
|
1067 | 1181 | ZEND_ME(RedisCluster, xrevrange, arginfo_class_RedisCluster_xrevrange, ZEND_ACC_PUBLIC)
|
1068 | 1182 | ZEND_ME(RedisCluster, xtrim, arginfo_class_RedisCluster_xtrim, ZEND_ACC_PUBLIC)
|
| 1183 | + ZEND_ME(RedisCluster, zadd, arginfo_class_RedisCluster_zadd, ZEND_ACC_PUBLIC) |
| 1184 | + ZEND_ME(RedisCluster, zcard, arginfo_class_RedisCluster_zcard, ZEND_ACC_PUBLIC) |
| 1185 | + ZEND_ME(RedisCluster, zcount, arginfo_class_RedisCluster_zcount, ZEND_ACC_PUBLIC) |
| 1186 | + ZEND_ME(RedisCluster, zincrby, arginfo_class_RedisCluster_zincrby, ZEND_ACC_PUBLIC) |
| 1187 | + ZEND_ME(RedisCluster, zinterstore, arginfo_class_RedisCluster_zinterstore, ZEND_ACC_PUBLIC) |
| 1188 | + ZEND_ME(RedisCluster, zlexcount, arginfo_class_RedisCluster_zlexcount, ZEND_ACC_PUBLIC) |
| 1189 | + ZEND_ME(RedisCluster, zpopmax, arginfo_class_RedisCluster_zpopmax, ZEND_ACC_PUBLIC) |
| 1190 | + ZEND_ME(RedisCluster, zpopmin, arginfo_class_RedisCluster_zpopmin, ZEND_ACC_PUBLIC) |
| 1191 | + ZEND_ME(RedisCluster, zrange, arginfo_class_RedisCluster_zrange, ZEND_ACC_PUBLIC) |
| 1192 | + ZEND_ME(RedisCluster, zrangebylex, arginfo_class_RedisCluster_zrangebylex, ZEND_ACC_PUBLIC) |
| 1193 | + ZEND_ME(RedisCluster, zrangebyscore, arginfo_class_RedisCluster_zrangebyscore, ZEND_ACC_PUBLIC) |
| 1194 | + ZEND_ME(RedisCluster, zrank, arginfo_class_RedisCluster_zrank, ZEND_ACC_PUBLIC) |
| 1195 | + ZEND_ME(RedisCluster, zrem, arginfo_class_RedisCluster_zrem, ZEND_ACC_PUBLIC) |
| 1196 | + ZEND_ME(RedisCluster, zremrangebylex, arginfo_class_RedisCluster_zremrangebylex, ZEND_ACC_PUBLIC) |
| 1197 | + ZEND_ME(RedisCluster, zremrangebyrank, arginfo_class_RedisCluster_zremrangebyrank, ZEND_ACC_PUBLIC) |
| 1198 | + ZEND_ME(RedisCluster, zremrangebyscore, arginfo_class_RedisCluster_zremrangebyscore, ZEND_ACC_PUBLIC) |
| 1199 | + ZEND_ME(RedisCluster, zrevrange, arginfo_class_RedisCluster_zrevrange, ZEND_ACC_PUBLIC) |
| 1200 | + ZEND_ME(RedisCluster, zrevrangebylex, arginfo_class_RedisCluster_zrevrangebylex, ZEND_ACC_PUBLIC) |
| 1201 | + ZEND_ME(RedisCluster, zrevrangebyscore, arginfo_class_RedisCluster_zrevrangebyscore, ZEND_ACC_PUBLIC) |
| 1202 | + ZEND_ME(RedisCluster, zrevrank, arginfo_class_RedisCluster_zrevrank, ZEND_ACC_PUBLIC) |
| 1203 | + ZEND_ME(RedisCluster, zscan, arginfo_class_RedisCluster_zscan, ZEND_ACC_PUBLIC) |
| 1204 | + ZEND_ME(RedisCluster, zscore, arginfo_class_RedisCluster_zscore, ZEND_ACC_PUBLIC) |
| 1205 | + ZEND_ME(RedisCluster, zunionstore, arginfo_class_RedisCluster_zunionstore, ZEND_ACC_PUBLIC) |
1069 | 1206 | ZEND_FE_END
|
1070 | 1207 | };
|
0 commit comments