\TamerLib\Classes > JobManager > connect()
re-constructs the Redis client before connecting to the server.
This commit is contained in:
parent
cc8612458d
commit
1631f89ae6
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.1.4] - 2023-07-28
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- `\TamerLib\Classes > JobManager > connect()` re-constructs the Redis client before connecting to the server.
|
||||||
|
|
||||||
|
|
||||||
## [2.1.3] - 2023-07-27
|
## [2.1.3] - 2023-07-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"description": "TamerLib allows the execution of parallel tasks",
|
"description": "TamerLib allows the execution of parallel tasks",
|
||||||
"company": "Nosial",
|
"company": "Nosial",
|
||||||
"copyright": "Copyright (c) 2022-2023 Nosial, All Rights Reserved",
|
"copyright": "Copyright (c) 2022-2023 Nosial, All Rights Reserved",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"uuid": "a365e7d6-a1c0-11ed-b7c7-b9654ed9efa5"
|
"uuid": "a365e7d6-a1c0-11ed-b7c7-b9654ed9efa5"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue