memcached
- 网络缓存;集群
-
The memcached server should exist within the inside part of your network .
memcached服务器应该存在于您网络的内部。
-
And changing your application to take advantage of memcached isn 't complicated .
并且更改应用程序以便利用memcached也并不复杂。
-
The Memcached client optimization was intended to optimize cluster load .
Memcached客户端的优化目的是试图优化集群负载。
-
Get ( key ) & Gets the information from memcached stored the specified key .
get(key)&从存储了特定键的memcached获得信息。
-
The delete command is used to remove any existing values in memcached .
delete命令用于删除memcached中的任何现有值。
-
When using memcached , you change the application logic slightly to accommodate the cache
在使用memcached时,为配合这个缓存,可对应用程序的逻辑进行稍许修改
-
In this article , we have covered memcached and how best to use it .
在本文中,我们了解了memcached以及如何最佳地使用它。
-
Download memcached : A distributed memory caching system .
下载memcached:一种分布式内存缓存系统。
-
Many Linux distributions offer a memcached package ; check your package repository .
很多Linux发行版都提供了memcached包;请查看包存储库。
-
The two advanced commands you can use with memcached are gets and cas .
可以在memcached中使用的两个高级命令是gets和cas。
-
Memcached is by now one of the most famous pieces of software on the internet .
是现在互联网最有名的软件之一了。
-
You will connect to the memcached server using a simple telnet client .
您将使用一个简单的telnet客户机连接到memcached服务器。
-
Once the memcached server becomes available again , your application should automatically try to store the data .
一旦memcached服务器恢复可用,应用程序就应该自动尝试存储数据。
-
Memcached is a distributed memory caching system popular with applications deployed in UNIX environments .
memcached是一种流行的分布式内存缓存系统,在UNIX环境中部署的许多应用程序都使用它。
-
Think of Memcached as a huge hash map that you can reach over the network .
可以将Memcached想象为一个大型的hash图,这个图可通过网络获得。
-
The memcached server is just a cache storing values against keys over a network .
memcached服务器只是网络上针对一些键存储值的一个缓存。
-
Where does memcached fit into your environment ?
如何将memcached融入到您的环境中?
-
An important consideration with memcached is how you organize and name the data you store within the cache .
memcached另一个需要重点考虑的因素是如何组织和命名存储在缓存内的这些数据。
-
Let 's build , install , and deploy memcached on Debian Linux .
让我们在DebianLinux上构建、安装和部署memcached。
-
In this article , I 'll walk through the steps required to build and install memcached from source .
在本文中,我将详细介绍如何通过源文件构建和安装memcached。
-
Store the information into memcached
将信息存储到memcached内
-
I encourage you to install your own instance of memcached and start playing around with it .
我鼓励您安装自己的memcached实例并开始尝试使用它。
-
With those steps complete , you should have a working copy of memcached installed and ready for use .
完成这些步骤之后,您应该安装了一个memcached工作副本,并且可以使用它了。
-
Caching is an essential part of any high-volume Web application and memcached is a great caching option .
缓存是任何海量Web应用程序不可或缺的部分。
-
To ensure the maximum performance , memcached does not provide any form of security , either in authentication or encryption .
为了确保最佳性能,memcached并未提供任何形式的安全性,没有身份验证,也没有加密。
-
With plug-in support , Rails can use memcached to cache fragments and ActiveRecord models .
有了插件支持,Rails就可使用memcached来缓存分段和ActiveRecord模型。
-
You can see in both examples the same basic structure : set the memcached server , then assign or set the value .
在两个例子中可以看到相同的基本结构:设置memcached服务器,然后分配或设置值。
-
One of the most common questions about memcached is ," What happens when the cache is unavailable ?"
有关memcached最常见的一个问题是:“若缓存不可用了,会发生什么情况呢?”
-
A statically generated homepage is a very good thing and memcached is awesome .
静态生成的首页是件好东西,memcached是件了不起的东西。
-
Memcached is designed to store this information in memory to save repeatedly performing that task each time the data is recovered .
Memcached被设计用来将信息存储在内存中以避免每次在数据需要恢复时重复执行相同的任务。