Skip to main content

Install the Aerospike client


Prerequisites

The Aerospike Ruby client requires Ruby version 1.9.3 or later. It supports Ruby MRI and Rubinious.

The Aerospike Ruby client implements the wire protocol. It does not depend on the C client. It is thread-safe and asynchronous.

Supported operating systems:

  • Major Linux distributions (Ubuntu, Debian, Redhat, Amazon Linux 2023)
  • macOS
  • Windows (untested)

Installing

  1. Install Ruby 2.3.0 or later
  2. Install the gem:
gem install aerospike

Running Tests

The Aerospike Ruby client uses RSpec for testing.

To run all tests:

$ bundle exec rspec