Commit Graph

13 Commits

Author SHA1 Message Date
Yeuoly b5fefd1a99 Merge pull request #152 from quicksandznzn/add-redis-db-config
optimize: add redis db config
2025-03-30 21:10:27 +09:00
quicksandzn 6e32f5c505 optimize: tests 2025-03-27 14:55:37 +08:00
He Wang 19c1009fb4 test plugin server with mysql 2025-03-27 11:54:27 +08:00
Yeuoly 1944a829d2 feat: add plugin access action to session write method (#64)
Modify session write method to include a new plugin access action parameter across multiple runtime implementations. This change allows for more granular tracking and handling of plugin interactions by introducing an optional action context to the write method.
2025-03-06 14:51:32 +08:00
zhangyuhang 7fb92a40b8 optimization: Fix CROSSSLOT Error in Redis Commands (#61)
Co-authored-by: yuhang2.zhang <yuhang2.zhang@ly.com>
2025-03-06 13:25:11 +08:00
Yeuoly 25896a2a5c fix: add error logging for connection handshake failure (#57)
Add error logging when connection handshake fails in the plugin runtime to improve debugging and error traceability
2025-03-05 15:00:03 +08:00
Yeuoly 0b41e141af refactor: improve plugin universal event parsing with optional status text (#37) 2025-02-27 16:04:17 +08:00
Yeuoly 541050b9da refactor: update Redis cache SetNX method to use CBOR encoding 2025-02-25 23:12:05 +08:00
Yeuoly 2e4cfd925b fix: ci 2025-02-17 11:22:43 +08:00
Yeuoly b6fdcabbf0 fix: disable invalid author and formal release 2025-02-17 11:18:31 +08:00
Masashi Tomooka c6c882e86a support REDIS_USE_SSL config parameter (#21)
* support REDIS_USE_SSL config parameter

* fix tests

* add tests
2025-01-30 00:32:38 +08:00
Yeuoly 15060ee312 refactor: move entities to pkg 2025-01-06 14:52:02 +08:00
Yeuoly 8796edad8c refactor: confused code structure 2025-01-06 14:16:29 +08:00