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.
我一直想知道为什么 redis 为每个实例提供 16 个“编号”数据库。有人可以解释一下这样做的好处,以及可能想在一台服务器上使用多个编号的数据库的原因吗?
数据库的方便之处在于,您可以使用 FLUSHDB 单独刷新它们(而您不能刷新与 1* 等模式匹配的所有键)
如果您感兴趣的键被拆分为多个数据库,那么 SORT 和 KEYS 也会更快。