• #15 楼 @zgm 呃.. n=1 的特例...

  • #8 楼 @aikko comment.user.nickname 不会 n+1 么?

  • Rendered shows/_first_floor.html.erb (453.8ms)

    这个模板到底干了啥?

  • #29 楼 @coolesting 如果你只要 cache 字符串,而且规则很简单,就可以用 memcached, 但如果要 cache 其他数据结构如 list 或者 hash 或者 set, 用 memcached 就要自己多做很多工作还没 redis 快。

  • #26 楼 @hooopo 起两个...

  • #23 楼 @coolesting #22 楼 @blacktulip do one thing 只是手段,do it well 才是目的啊 你可以对比下两者的代码量,可以发现 memcached 的代码其实不少,但很多都花在没用的事情上了... 例如兼容 windows. redis 才是专注搞功能和性能,对 windows 就直接告诉你用 cygwin 编译。

    memcached 场景变复杂后,就要自己重造一些 redis 早就提供的功能挺郁闷的

    #24 楼 @quakewang cool, 这样就全方面胜过 memcached 了

    http://redis.io/topics/config

    maxmemory-policy allkeys-lru
    
  • 其实就是 redis 当缓存用要手动刷新 expire 而已,客户端可以自动加 expire 指令不用操心的...

    另外当 cache 也不能忽略其它功能啊,memcached 的功能太素了几乎啥都干不了

  • #11 楼 @coolesting #13 楼 @blacktulip 下面有主题和时间的对应挺好找的...