generalbots/src/basic
Rodrigo Rodriguez (Pragmatismo) 2fb944c936 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
..
compiler - Knowledge management. 2025-10-18 18:20:02 -03:00
keywords feat: refactor Redis operations to synchronous in add_suggestion 2025-11-02 10:45:57 -03:00
mod.rs refactor(state): rename resource clients and improve keyword syntax 2025-11-01 20:53:45 -03:00