gitdataai/libs/session_manager/src
ZhenYi 5776af18ca perf: sequence generation Redis-only + session MGET batch
service.rs: Replace per-message Lua+DB seq with simple INCR, only
reconcile DB every 1000 messages (99.9% queries eliminated).

storage.rs: Replace N+1 GET loop with single MGET for both
get_user_sessions and get_workspace_sessions (N+1 → 2 roundtrips).
2026-04-24 00:04:27 +08:00
..
lib.rs feat(rpc): migrate admin from Redis Pub/Sub JSON-RPC to Tonic gRPC 2026-04-21 13:44:25 +08:00
manager.rs refactor(core): migrate session_manager, email, rpc from slog to tracing 2026-04-21 22:29:43 +08:00
storage.rs perf: sequence generation Redis-only + session MGET batch 2026-04-24 00:04:27 +08:00
types.rs feat(rpc): migrate admin from Redis Pub/Sub JSON-RPC to Tonic gRPC 2026-04-21 13:44:25 +08:00