Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37840404
en ru br
ALT Linux repos
S:1.1.5-alt1.1

Group :: Development/Ruby
RPM: gem-remix-stash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.1.5-alt1.1
Build date: 27 january 2023, 01:16 ( 66.9 weeks ago )
Size: 81.15 Kb

Home page:   http://github.com/binary42/remix-stash

License: Unlicense
Summary: Remix your memcache
Description:

New API that doesn't actually suck! I've rethought a lot of the API and this
comes with a lot of new capabilities. More work is being done on making it as
expressive as possible without terrible overhead. This includes vectorized keys
which allow emulation of partial cache clearing as well as nice shortcuts like
eval and gate for expressions. Options, clusters, and implicit scope are easy to
manage on a stash-by-stash basis. Keys are also easy to pass in as it will
create composite keys from whatever you pass in (as long as it has to_s) so no
more ugly string interpolation all over the place.

It's fast (faster than memcache-client). It's simple (pure ruby and only a few
hundred lines). It's tested (shoulda). Of course, because it's pure ruby it will
run almost anywhere as well unlike many other clients.

It does require memcached 1.4+ but you should be running that anyway (if you
aren't, upgrade already).

Current maintainer: Pavel Skrylev

List of contributors

List of rpms provided by this srpm:

  • gem-remix-stash
  • gem-remix-stash-devel
  • gem-remix-stash-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin