\TamerLib\Classes > JobManager > connect() re-constructs the Redis client before connecting to the server.

This commit is contained in:
Netkas 2023-07-29 08:46:42 -04:00
parent cc8612458d
commit 1631f89ae6
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
2 changed files with 7 additions and 1 deletions

View file

@ -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/),
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
### Changed

View file

@ -22,7 +22,7 @@
"description": "TamerLib allows the execution of parallel tasks",
"company": "Nosial",
"copyright": "Copyright (c) 2022-2023 Nosial, All Rights Reserved",
"version": "2.1.3",
"version": "2.1.4",
"uuid": "a365e7d6-a1c0-11ed-b7c7-b9654ed9efa5"
},
"build": {