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.
我想知道存储在 memcached 中的密钥数量是否有限制?我想在 memcached 中操作许多小尺寸的键。有任何限制吗?
您只能在 memcached 集群的内存中存储尽可能多的键/值对。当 memcached 空间不足时,它将使用 LRU 策略驱逐键。如果您不希望键被逐出,则可以指定 -M 参数。