open static fun createRecord(name: String, location: JsonObject, metadata: JsonObject): Record
Convenient method to create a record for a Redis data source.
location - the location of the service (e.g. url, port...)
metadata - additional metadata
Return
the created record