Redis
Redis是一個開源的使用ANSI C語言編寫、支持網(wǎng)絡(luò)、可基于內(nèi)存亦可持久化的日志型、Key-Value數(shù)據(jù)庫,并提供多種語言的API。從2010年3月15日起,Redis的開發(fā)工作由VMware主持。從2013年5月開始,Redis的開發(fā)由Pivotal贊助。
迷茫 2017-01-06 17:25:24 15325
APC 函數(shù)
?apc_add — 緩存一個變量到數(shù)據(jù)存儲 ?apc_bin_dump — Get a binary dump of the given files and user variables ?apc_bin_dumpfile — Output a binary dump of cached files and user variables to a file ?apc_bin_load — Load a binary dump into the APC file/user cache ?apc_bin_loadfile — Load a binary dump from a file into the APC file/user cache ?apc_cache_info — Retrieves cached information from APC's data store ?apc_cas — 用新值更新舊值 ?apc_clear_cache — 清除APC緩存 ?apc_compile_file — Stores a file in the bytecode cache, bypassing all filters. ?apc_dec — Decrease a stored number ?apc_define_constants — Defines a set of constants for retrieval and mass-definition ?apc_delete_file — Deletes files from the opcode cache
阿神 2016-11-25 15:42:26 1118
APC
Alternative PHP Cache (APC) 是一個開放自由的PHP opcode 緩存。它的目標是提供一個自由、 開放,和健全的框架用于緩存和優(yōu)化PHP的中間代碼。
阿神 2016-11-25 15:33:39 1991