1
0
mirror of https://github.com/redis/go-redis.git synced 2025-05-09 00:21:30 +03:00

3 Commits

Author SHA1 Message Date
ofekshenawa
649d3b6d31 Change monitor test to run manually ()
* Change monitor test to run manually

* fix
2024-07-17 11:18:58 +03:00
ofekshenawa
34dacf14a7
Fix monitor on go 1.19 ()
* Fix monitor on go 1.19

* Remove exmaple tests when go 1.19

* Fix typo

* Fix typo

* Skip exmaple test

* Skip exmaple test

* Guard Peek call with mutex for thread safety
2024-03-21 10:48:31 +02:00
ofekshenawa
277e8b7d9f
Support Monitor Command ()
* Add monitor command

* Add monitor commadn and tests

* insure goroutine shutdown

* fix data race

* linting

* change timeout explanation

---------

Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-12-17 12:35:10 +02:00