fr-rust 0.1.6

A comprehensive framework/utility library for Actix-web, Postgres, Redis, and authentication.
Documentation
1
2
3
4
5
pub mod redis;
pub use redis::{RedisManager, RedisManagerError};

// Re-export AsyncCommands from the external redis crate
pub use deadpool_redis::redis::AsyncCommands;