Jamie Love

Results 2 issues of Jamie Love

Having a collection with two indexes: ``` db.getCollection("links").createIndex({ "left": 1, "right": 1 }, { }) db.getCollection("links").createIndex({ "left": 1, "right": 1, "type": 1 }, { "unique": true }) ``` created against...

Using Groovy, I have a function that performs the following steps (pseudocode): def conn = r.connection().connect() def validate (Connection conn) { 1 check rethink database list 2 if isn't on...

Java