{{ message }}
Commit 834d2b3
committed
Fix
We were incorrectly ignoring errors when calling `is_numeric_string`,
meaning we would truncate hash fields that had integer prefixes.
```php
$redis->hmget('hash', ['123notaninteger']);
// Would actually execute:
// HMGET hash 123
```
Fixes #2731HMGET where hash fields have an integer prefix1 parent 2f2d811 commit 834d2b3
2 files changed
Lines changed: 19 additions & 1 deletion

0 commit comments