Skip to content

Commit 3efa6f4

Browse files
committed
Fix typo.
1 parent 261c573 commit 3efa6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ PHP_METHOD(Redis, set)
642642
REDIS_PROCESS_RESPONSE(redis_boolean_response);
643643
}
644644

645-
PHPAPI void redis_setex(INTERNAL_FUNCTION_PARAMETERS, char *keyword) {
645+
PHPAPI void redis_generic_setex(INTERNAL_FUNCTION_PARAMETERS, char *keyword) {
646646

647647
zval *object;
648648
RedisSock *redis_sock;

0 commit comments

Comments
 (0)