tarantool-ruby:Tarantool Ruby驱动程序

时间:2024-06-14 03:09:26
【文件属性】:

文件名称:tarantool-ruby:Tarantool Ruby驱动程序

文件大小:22KB

文件格式:ZIP

更新时间:2024-06-14 03:09:26

Ruby

Tarantool16 这是版本1.6和1.7的适配器。 (版本<= 1.5的适配器称为 ) 安装 将此行添加到您的应用程序的Gemfile中: gem 'tarantool16' 然后执行: $ bundle 或将其自己安装为: $ gem install tarantool16 用法 当前仅实现简单的单线程一次请求连接。 require 'tarantool16' db = Tarantool16 . new host : 'localhost:33013' #db = Tarantool16.new host:'localhost:33013', user:'tester', password:'testpass' #db = Tarantool16.new host:['tcp','localhost:33013'] #db = Tarantool16.new


【文件预览】:
tarantool-ruby-master
----LICENSE.txt(1KB)
----lib()
--------tarantool16.rb(695B)
--------tarantool16()
----Gemfile(96B)
----Rakefile(73B)
----test()
--------config.lua(1KB)
--------test_dumb.rb(4KB)
--------bench_timeout.rb(990B)
--------helper.rb(3KB)
----README.md(3KB)
----tarantool16.gemspec(1018B)
----.gitignore(141B)

网友评论