ruby-gibson:用于 Ruby 的高性能 Gibson 客户端

时间:2024-06-25 11:52:25
【文件属性】:

文件名称:ruby-gibson:用于 Ruby 的高性能 Gibson 客户端

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-25 11:52:25

Ruby

Ruby Gibson 客户端 纯 Ruby Gibson 客户端库。 支持的 Ruby 版本和实现 这个模块应该在以下方面工作相同: JRuby 1.6+ Ruby 1.9.2+ Ruby 1.8.7+ 鲁比尼乌斯 2.0 如果您有问题,请输入问题。 安装和使用 您可以使用以下代码验证您的安装: gem install gibson 和 require 'gibson' g = Gibson :: Client . new g . set 0 , 'foo' , 'bar' p g . get 'foo' 测试 test文件夹中提供了单元测试,以运行所有这些: rake test 联系 创建一个 Client 对象以开始工作。 require 'gibson' gibson = Gibson :: Client . new 可以在构造函数中使用以下选项: so


【文件预览】:
ruby-gibson-master
----.gitignore(35B)
----LICENSE(2KB)
----README.md(3KB)
----gibson.gemspec(612B)
----lib()
--------active_support()
--------gibson()
--------gibson.rb(2KB)
----Gemfile(51B)
----example.rb(452B)
----Rakefile(194B)
----test()
--------test_mdec_command.rb(759B)
--------test_get_command.rb(362B)
--------test_keys_command.rb(843B)
--------test_mset_command.rb(792B)
--------test_count_command.rb(657B)
--------test_dec_command.rb(566B)
--------test_stats_command.rb(848B)
--------test_munlock_command.rb(714B)
--------test_mdel_command.rb(862B)
--------test_regr_server.rb(1KB)
--------test_ttl_command.rb(382B)
--------helper.rb(1KB)
--------test_lock_command.rb(905B)
--------test_del_command.rb(444B)
--------test_set_command.rb(2KB)
--------test_object_pool_server.rb(2KB)
--------test_mget_command.rb(1KB)
--------test_ping_command.rb(211B)
--------test_mttl_command.rb(562B)
--------test_unlock_command.rb(549B)
--------test_inc_command.rb(521B)
--------test_mlock_command.rb(952B)
--------test_meta_command.rb(3KB)
--------test_minc_command.rb(764B)

网友评论