Skip to content

Conversation

@bikov
Copy link
Contributor

@bikov bikov commented Apr 5, 2018

the problem was when you passing object thet the spread syntax on createClient method make array from all arguments (if exist).
then the spread syntax on AsyncRedis creator function make another array that contains the first one.
Now in AsyncRedis creator function get onley 1 argument and if it array (created from createClient method) spread him - else - pass the argument as is

@coveralls
Copy link

coveralls commented Apr 5, 2018

Pull Request Test Coverage Report for Build 26

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 25: 0.0%
Covered Lines: 22
Relevant Lines: 22

💛 - Coveralls

Copy link
Owner

@moaxaca moaxaca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bikov Perfect ty!

@moaxaca moaxaca merged commit f058365 into moaxaca:develop Apr 5, 2018
@moaxaca
Copy link
Owner

moaxaca commented Apr 5, 2018

Bumping patch version and releasing today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants