Skip to content

Commit 4df07d9

Browse files
Actually comit debug line
1 parent 0c4ddd9 commit 4df07d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redis.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,9 @@ PHP_METHOD(Redis, set) {
992992
val, val_len);
993993
}
994994

995+
/* What's going on here ? */
996+
php_printf("%s", cmd);
997+
995998
/* Free our key or value if we prefixed/serialized */
996999
if(key_free) efree(key);
9971000
if(val_free) STR_FREE(val);

0 commit comments

Comments
 (0)