botserver/src/shared
Rodrigo Rodriguez (Pragmatismo) 888bfc859d feat: refactor Redis operations to synchronous in add_suggestion
Changed async Redis operations to synchronous in add_suggestion_keyword function. Removed unnecessary async/await and tokio::spawn since the operations are now blocking. This simplifies the code while maintaining the same functionality of storing suggestions and context state in Redis. Error handling remains robust with proper early returns.
2025-11-02 10:45:57 -03:00
..
mod.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
models.rs feat: refactor Redis operations to synchronous in add_suggestion 2025-11-02 10:45:57 -03:00
state.rs refactor(state): rename resource clients and improve keyword syntax 2025-11-01 20:53:45 -03:00
utils.rs feat(config): refactor AI config into separate LLM and embedding configs 2025-11-01 08:43:14 -03:00