Skip to content

Commit

Permalink
Merge pull request #233 from vkartik97/datastore-aerospike
Browse files Browse the repository at this point in the history
Adds Aerospike in Datastore
  • Loading branch information
RichVanderwal committed Mar 17, 2021
2 parents 1d27985 + 146fb39 commit b1271a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ const (
DatastoreRiak DatastoreProduct = "Riak"
DatastoreVoltDB DatastoreProduct = "VoltDB"
DatastoreDynamoDB DatastoreProduct = "DynamoDB"
DatastoreAerospike DatastoreProduct = "Aerospike"
)
1 change: 1 addition & 0 deletions v3/newrelic/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ const (
DatastoreSQLite DatastoreProduct = "SQLite"
DatastoreTarantool DatastoreProduct = "Tarantool"
DatastoreVoltDB DatastoreProduct = "VoltDB"
DatastoreAerospike DatastoreProduct = "Aerospike"
)

0 comments on commit b1271a4

Please sign in to comment.