Return the number of keys in the currently-selected database.
Future<int> dbsize() async { return _getInteger(await _execCmd(['DBSIZE'])); }