Home >Database >Mysql Tutorial >MySQL 5.6.6 已经内嵌 memcached 的支持_MySQL

MySQL 5.6.6 已经内嵌 memcached 的支持_MySQL

WBOY
WBOYOriginal
2016-06-01 13:48:361172browse

memcache

bitsCN.com

  MySQL 最新开发版 5.6.6 目前尚未发布,但从官网给出的 CHANGES 文档可得知,该版本将内嵌 memcached 的支持,以后可以用No SQL的方式使用mysql,在数据库中充分利用memcached的优点。缓存和数据的一致性问题不再是个问题。

  更多关于 MySQL 5.6.6 的改进记录请看 CHANGES。

  目前 MySQL 5.6 分支的最新版本是 5.6.5 M8

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:什么是NoSQL_MySQLNext article:mysql如何设置密码_MySQL