-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有办法遍历缓存的内容那? #17
Comments
我觉得你设置好key的过期时间,就可以满足你的需求 |
已经支持了。 |
怎么遍历呢? |
看API文档吧。 |
C API支持了,提供了命令行工具 shmcache_dump。 |
请问你的问题是什么呢? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我想用这个库作为数据库在本地的一个缓存,定期和数据库进行同步以保持一致。但是不知道有没有什么方法可以遍历当前缓存的内容,从而发现哪些缓存内容需要删除。
The text was updated successfully, but these errors were encountered: