Re: 关于memcache 数组丢值的问题!

2012-11-13 Thread Xu Di
> > 在以往的线上测试说发现,把一个有1个KEY的数组一次性存放在memcache中,会丢失里面数组的某一个值,但是数组的键(key)不会丢失,请问这个是什么原因呢?数组的体积不大,没有超过memcache
> > > 最大值的限制。
> >
> > 这个邮件列表主要还是外国人,所以我估计你发中文他们不可能看懂,而我也是才了解memcache,所以我觉得你还是用英文再问一遍吧
> >
> 英文不行啊!郁闷,国外应该能把这个翻译过来吧!纠结死了

这是邮件列表,没有人会为你做事,人们聚集起来是为了共同提高一个软件项目的质量,
或者交流使用的情况,别人看不懂不可能还拿Google翻译来看你说的是什么,你没看到
很多在你后面发的帖子都有回复了吗?所以这些都要靠自己去问,英语不行就要去练习啊。


Re: Updating memcached from source

2012-11-06 Thread Xu Di
On Mon, Nov 05, 2012 at 05:07:16PM -0800, Sam Moore wrote:
> Hi all.
> I'm trying to get my memcached, currently at 1.4.2, updated to 1.4.15.
> I'm on Ubuntu 10.04 LTS.
> I've downloaded and compiled the source (compiling libevent along the way), 
> and the usual ./configure - make - make install seems to have run fine.
> However when I stop and restart the process, stats is still reporting the 
> memcached version as 1.4.2
> 
> I'm not sure what to do next... any ideas appreciated.
> And of course I can supply details as requested.
> 
> Cheers, and thanks for a great piece of software.

Have you installed Debian package? Default installation prefix is
/usr/local/ , whereas Debian package is installed under /usr/
so, if you installed a newer version from source, maybe you should
remove the Debian package, use:
$ sudo apt-get purge memcached


Re: Data Visualizer for MemCached

2012-11-01 Thread Xu Di
On Wed, Oct 31, 2012 at 05:07:08PM +0100, Romain Pelisse wrote:
> Hi all,
> 
> I'm wondering if there is tool "outthere" to browse and explore (with GUI)
> the content of a MemCache instance. The raltionale behind that is that, our
> data are mostly for audit, and - when the need arise, our ops people needs
> to be able to browse/query the cache's data to retrieve those audit
> information...
> 

Hi, memcache is intended for cache some hot content to make web
respond faster, not for permanent storage, so if you want to audit
some data, it must be stored some other places like database, so for
that purpose you can use some gui tools for database to do auditing


Re: 关于memcache 数组丢值的问题!

2012-10-28 Thread Xu Di
On Sun, Oct 28, 2012 at 06:06:18PM -0700, 睿苏 wrote:
>
> 在以往的线上测试说发现,把一个有1个KEY的数组一次性存放在memcache中,会丢失里面数组的某一个值,但是数组的键(key)不会丢失,请问这个是什么原因呢?数组的体积不大,没有超过memcache
>  
> 最大值的限制。

这个邮件列表主要还是外国人,所以我估计你发中文他们不可能看懂,而我也是才了解memcache,所以我觉得你还是用英文再问一遍吧