Increments the value of an item.
static Future<int> increment(String key, [int value = 1]) async { return _driver.increment(key, value); }