module

Totem::RemoteProviders

Remote provider

Class methods

[](name : String)

Returns the value for the key given by key.

Source
connect(name : String, **options)

Connect remote provider with options

Source
has_key?(key)

Returns true when key given by key exists, otherwise false.

Source
keys

Returns a new Array with all the keys.

Source
register_adapter(name : String, adapter : Adapter.class)

Registe remote provider with name

Totem::ConfigTypes.register_adapter("redis", Totem::RemoteProvider::Redis)
Source

Nested types