Hi all, How do I store a 'product' from one

function so that I can access it later in another function?

4 ответов

19 просмотров

Best to use a database or a key value store for example.

either structure your code such that the "product" is the arguments of the function and is also returned from the function or just use redis

Похожие вопросы

Карта сайта