Marco
Marco

Reputation: 27

AppEngine share list of objects

I need to share across multiple App Engine instances a list of objects representing connections from client (for example an ID and some parameters).

How can I do this?

I read that Memchace works with keys and values, but what if I would like to iterate over the entire list?

Upvotes: 0

Views: 65

Answers (1)

al-dann
al-dann

Reputation: 2725

I don't know your detailed requirements and a context, but can you consider a Firestore collection? Depending on your security and latency requirements, the Firestore might be a cheap and quick solution.

Upvotes: 2

Related Questions