Instead of matching a specific keyspace name, --exclude-keyspaces now
takes a regex as an argument; every keyspaces which match the regex will
be ignored.
This is not entirely backward compatible, as
--exclude-keyspaces=foobar will exclude foobar, but also
some_foobar_keyspace as well.
Instead of matching a specific keyspace name, --exclude-keyspaces now takes a regex as an argument; every keyspaces which match the regex will be ignored.
This is not entirely backward compatible, as
--exclude-keyspaces=foobar
will excludefoobar
, but alsosome_foobar_keyspace
as well.