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.
我需要检查缓存,查看哪些 IP 被阻止*,以及阻止了多长时间。
注意:我使用的是开发者/免费计划。
更新:
如果您在 Heroku 控制面板中单击 Memcachier 插件名称,您将被重定向到该实例的 Memcachier 仪表板。附加文档中提供了更多详细信息。
仪表板将为您提供一些信息,例如限制、内存消耗和集合中的项目。
但是,请记住,Memcached 本身不提供列出数据库中所有键的高级命令。
据我所知,Memcachier 中没有 IP 阻止功能。
我不知道这是否会帮助你:https ://gist.github.com/bkimble/1365005
我在我的应用程序中进行了一些更改以获取密钥。我们不应该经常使用它。