This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

storage.get()/storage.set()
#4
There's no call limit. There's a memory limit but I doubt that your tables will be big enough to use a lot of it.

One thing to consider with tables in storage is that you might get race conditions when several scripts want to modify table data. If you don't need tables with multiple levels then built-in Redis hash functions can be used instead.

Right now it's hard to offer the best solution because I don't know what task do you have.
Reply


Messages In This Thread
RE: storage.get()/storage.set() - by admin - 09.07.2019, 06:29
RE: storage.get()/storage.set() - by admin - 09.07.2019, 09:55

Forum Jump: