import "github.com/hashicorp/vault/physical/cassandra"
NewCassandraBackend constructs a Cassandra backend using a pre-existing keyspace and table.
type CassandraBackend struct {
// contains filtered or unexported fields
}
CassandraBackend is a physical backend that stores data in Cassandra.
Delete is used to permanently delete an entry
Get is used to fetch an entry
List is used ot list all the keys under a given prefix, up to the next prefix.
Put is used to insert or update an entry
Package cassandra imports 14 packages (graph) and is imported by 6 packages. Updated 2020-10-13. Refresh now. Tools for package owners.