文件名称:aerospike-client-ruby:Aerospike数据库的Ruby客户端
文件大小:327KB
文件格式:ZIP
更新时间:2024-02-24 16:03:14
ruby nosql aerospike database-driver NoSQLRuby
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'