return db.hgetall('my-key').then(hash => {
      expect(hash.a).toEqual('one')
      expect(hash.b).toEqual('two')
    })