Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は(無限の可能なレベルですが、間違いなく1000未満に保たれる)カテゴリを持っており、次のインスタンス(通常は単一のキーでキャッシュする場合)でのmemcacheの制限は何なのか疑問に思っています:
all_categories = Categories.all().fetch(1000) memcache.set('categories', serialize_entities(all_categories))
提案をありがとう。
制限から:
キャッシュ値の最大サイズ: 1 メガバイト
したがって、all_categoriesのサイズが 1 メガバイト未満であれば、制限内に収まります。
all_categories