> That, OR > > another way is to use cache_keys to get a list of keys, and to > cache_pop(key) for each key. > > Basically cache_pop(key) will do an atomic cache_get + cache_del. >
cache_pop(key) could be extremely useful, i think it could be whorty to add it to stable releases too -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
