Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: RedisClient class #149

Merged
merged 6 commits into from
Oct 8, 2023
Merged

BREAKING: RedisClient class #149

merged 6 commits into from
Oct 8, 2023

Conversation

iuioiua
Copy link
Owner

@iuioiua iuioiua commented Oct 7, 2023

The RedisClient instance maintains a simple internal queue that ensures operations are returned in the order they were executed. Most of the logic is still performed within the constituent functions, while the RedisClient class is mainly concerned with gluing everything together and maintaining a queue.

Closes #146

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #149 (f9c7c82) into main (8864165) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #149    /-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          250       280    30     
  Branches        37        37           
=========================================
  Hits           250       280    30     
Files Coverage Δ
mod.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@iuioiua iuioiua changed the title feat: connect() feat: RedisClient class Oct 8, 2023
@iuioiua iuioiua marked this pull request as ready for review October 8, 2023 20:51
@iuioiua iuioiua merged commit 3b00202 into main Oct 8, 2023
3 checks passed
@iuioiua iuioiua deleted the connect branch October 8, 2023 20:51
@iuioiua iuioiua changed the title feat: RedisClient class BREAKING: RedisClient class Oct 8, 2023
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.

Race conditions on sendCommand.
1 participant