GitHub - caryl/buffer_count: buffer_count 用于缓存点击count字段,减少update count的操作,典型应用于点击次数等 · GitHub
Skip to content

caryl/buffer_count

Folders and files

Repository files navigation

buffer count 用于缓存点击count字段,减少update count的操作,典型应用于点击次数等

  • version 0.12

  • by Caryl

  • Rails 2.2 or greater

./script/plugin install git://github.com/caryl/buffer_count.git

Example:

class Article
    include BufferCount
    has_buffer_count :column =>:views_count, :delay => 20
end

About

buffer_count 用于缓存点击count字段,减少update count的操作,典型应用于点击次数等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages