减去指定的值。
Return value
INT the new value
Examples
$redis->set('key1', 50);
$redis->decrBy('key1', 10); /* result:40 */