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

IM::Engine::Plugin::State::InMemory - Keep state in memory

DESCRIPTION

This module keeps state in memory, using a hash. It's crude but it supports any data structure you can whip up. If your bot doesn't need long-term storage this is the backend to use.