Skip to main content

Crate tower_sessions_auto_memory_store

Crate tower_sessions_auto_memory_store 

Source

Structs§

ExpiringMemoryStore
Why? The tower_session MemoryStore by default does not delete entries in time. Which may cause memory leak over long run. Java’s auto session management has no memory leak issue. Rust Axum should not have that issue, too!