Return the number of keys in the currently-selected database.
Future<int> dbsize() async { return (await tier1.dbsize()).toInteger().payload; }