Альтернативы Memcache, больше контроля ⇐ Php
-
Anonymous
Альтернативы Memcache, больше контроля
My new PHP application could be sped up with some caching of MySQL results. I have limited experience with memcached, but I don't think it can do what I require.
As I am working on a multi-user application I would like to be able to delete several stored values at once without removing everything.
So I might store:
account_1.value_a = foo account_1.value_b = bar account_2.value_a = dog account_2.value_b = cat Is there a caching system that would allow me to delete based on a wildcard (or similar method) such as "delete account_1.*" leaving me with:
account_1.value_a = account_1.value_b = account_2.value_a = dog account_2.value_b = cat Thanks, Jim
Источник: https://stackoverflow.com/questions/512 ... re-control
My new PHP application could be sped up with some caching of MySQL results. I have limited experience with memcached, but I don't think it can do what I require.
As I am working on a multi-user application I would like to be able to delete several stored values at once without removing everything.
So I might store:
account_1.value_a = foo account_1.value_b = bar account_2.value_a = dog account_2.value_b = cat Is there a caching system that would allow me to delete based on a wildcard (or similar method) such as "delete account_1.*" leaving me with:
account_1.value_a = account_1.value_b = account_2.value_a = dog account_2.value_b = cat Thanks, Jim
Источник: https://stackoverflow.com/questions/512 ... re-control
Мобильная версия