Skip to content

Commit fe097a4

Browse files
authored
fix
1 parent d3b76f7 commit fe097a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_cluster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ zend_function_entry redis_cluster_functions[] = {
247247
PHP_ME(RedisCluster, subscribe, arginfo_subscribe, ZEND_ACC_PUBLIC)
248248
PHP_ME(RedisCluster, sunion, arginfo_nkeys, ZEND_ACC_PUBLIC)
249249
PHP_ME(RedisCluster, sunionstore, arginfo_dst_nkeys, ZEND_ACC_PUBLIC)
250-
PHP_ME(RedisCluster, time, key_or_address, ZEND_ACC_PUBLIC)
250+
PHP_ME(RedisCluster, time, arginfo_key_or_address, ZEND_ACC_PUBLIC)
251251
PHP_ME(RedisCluster, ttl, arginfo_key, ZEND_ACC_PUBLIC)
252252
PHP_ME(RedisCluster, type, arginfo_key, ZEND_ACC_PUBLIC)
253253
PHP_ME(RedisCluster, unsubscribe, arginfo_unsubscribe, ZEND_ACC_PUBLIC)

0 commit comments

Comments
 (0)