Memcached 的 Ruby 客户端 Dalli

码农软件 · 软件分类 · 缓存系统 · 2019-08-30 09:28:06

软件介绍

Dalli 是一个高性能的 Memcached 的 Ruby 客户端,支持 Memcached 1.4+ ,使用新的二进制协议。

支持:

  • JRuby 1.6+

  • Ruby 1.9.3+

  • Rubinius 2.0

示例代码:

require 'dalli'
options = { :namespace => "app_v1", :compress => true }
dc = Dalli::Client.new('localhost:11211', options)
dc.set('oschina', 123)
value = dc.get('oschina')


本文地址:https://www.codercto.com/soft/d/13482.html

High-Performance Compilers for Parallel Computing

High-Performance Compilers for Parallel Computing

Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40

By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码