The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Myriad::Service::Storage::Remote - abstraction to access other services storage.

SYNOPSIS

 my $storage = $api->service_by_name('service')->storage;
 await $storage->get('some_key');

DESCRIPTION

apply_prefix

Maps the requested key into the service's keyspace so we can pass it over to the generic storage layer.

Takes the following parameters:

  • $k - the key

Returns the modified key.

INHERITED METHODS

Object::Pad::UNIVERSAL

BUILDARGS

AUTHOR

Deriv Group Services Ltd. DERIV@cpan.org.

See "CONTRIBUTORS" in Myriad for full details.

LICENSE

Copyright Deriv Group Services Ltd 2020-2022. Licensed under the same terms as Perl itself.