mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
## Problem Actually read redis events. ## Summary of changes This is revert of https://github.com/neondatabase/neon/pull/7350 + fixes. * Fixed events parsing * Added timeout after connection failure * Separated regional and global redis clients.
8 lines
135 B
Rust
8 lines
135 B
Rust
pub mod common;
|
|
pub mod endpoints;
|
|
pub mod project_info;
|
|
mod timed_lru;
|
|
|
|
pub use common::{Cache, Cached};
|
|
pub use timed_lru::TimedLru;
|