module EventMachine::Protocols::Couchbase
Constants
- VERSION
Public Class Methods
connect(options = {})
click to toggle source
# File lib/em-couchbase.rb, line 37 def self.connect(options = {}) client = Client.new client.connect(options) client end