aerospike client ruby:Aerospike数据库的Ruby客户端 源码
Aerospike Ruby客户端 一个用于Ruby的Aerospike库。 该库与Ruby 2.3+兼容,并支持Linux,Mac OS X和其他各种BSD。 用法: 以下是Aerospike数据库中CRUD操作的一个非常简单的示例。 require 'rubygems' require 'aerospike' include Aerospike client = Client . new ( "127.0.0.1" ) key = Key . new ( 'test' , 'test' , 'key value' ) bin_map = { 'bin1' => 'value1'
文件列表
aerospike-client-ruby:Aerospike数据库的Ruby客户端
(预估有个240文件)
Guardfile
235B
log.md
321B
aerospike.md
4KB
policies.md
13KB
datamodel.md
3KB
query.md
8KB
client.md
21KB
api-changes.md
178B
operations.md
20KB
README.md
2KB
暂无评论