Packages
RememberMe is a robust but simple state memory machine organizer. you can assimilate it like a Redis, but the difference is that you can schedule and define the number of times a function will be executed and of course save any values from an assimilated key.
Current section
Files
Jump to
Current section
Files
remember_me
Changelog.md
Changelog.md
# Changelog
RememberMe is a robust but simple state memory machine organizer. It operates similar to Redis, but with the added capability to schedule and define the number of times a function will be executed, and of course, save any values associated with an assimilated key.
## [0.0.2] - 2023-12-02
### Added
----
### Changed
- Improve functions for indentify some errors, as time not detected and no has key :repeat
### Deprecated
### Removed
### Fixed
### Security
## [0.0.1] - 2023-12-02
- initial release