We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261c573 commit 3efa6f4Copy full SHA for 3efa6f4
redis.c
@@ -642,7 +642,7 @@ PHP_METHOD(Redis, set)
642
REDIS_PROCESS_RESPONSE(redis_boolean_response);
643
}
644
645
-PHPAPI void redis_setex(INTERNAL_FUNCTION_PARAMETERS, char *keyword) {
+PHPAPI void redis_generic_setex(INTERNAL_FUNCTION_PARAMETERS, char *keyword) {
646
647
zval *object;
648
RedisSock *redis_sock;
0 commit comments