Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52b97ef

Browse files
author
Nicolas Favre-Felix
committed
Added expire alias to setTimeout, thanks @eekfu
1 parent 5bdde8d commit 52b97ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ zend_function_entry redis_functions[] = {
102102
PHP_MALIAS(Redis, lLen, lSize, NULL, ZEND_ACC_PUBLIC)
103103
PHP_MALIAS(Redis, sMembers, sGetMembers, NULL, ZEND_ACC_PUBLIC)
104104
PHP_MALIAS(Redis, mget, getMultiple, NULL, ZEND_ACC_PUBLIC)
105+
PHP_MALIAS(Redis, expire, setTimeout, NULL, ZEND_ACC_PUBLIC)
105106
{NULL, NULL, NULL}
106107
};
107108

0 commit comments

Comments
 (0)