incr abstract method

Future<int> incr(
  1. String key
)

Increments the number stored at key by one.

Implementation

Future<int> incr(String key);