1.2.4 • Published 4 years ago

@hyper63/adapter-memory v1.2.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

hyper63 memory adapter

The memory adapter is an adapter for the CACHE port in the hyper63 gateway.

How to use

In your hyper63 project, install the adapter:

yarn add @hyper63/adapter-memory

In your hyper63.config.js file, import the module.

import { default as memory } from "@hyper63/adapter-memory";

In the adapters section, add the memory adapter as a plugin:

export default {
  ...
  adapters: {
    ...
    { port: 'cache', plugins: [memory()]}
  }
}

How to test

yarn test

More information

https://github.com/hyper63/hyper63

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.1.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago