Skip to content

custom cache engine support #915

@ryanfitz

Description

@ryanfitz

I'm using hapi 1.7 and attempting to use a custom cache engine.

var customEngine = new CustomEngine({});

Hapi.createServer(8080, {
  cache : {
    engine : customEngine
  }
});

I get a validation error "the value of cache must be a string". It appears that its only possible to use one of the default cache engines (memory, monog, redis).

Metadata

Metadata

Assignees

Labels

bugBug or defect

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions