Skip to content

Commit

Permalink
Merge pull request #10 from blablacar/add_flush_function
Browse files Browse the repository at this point in the history
Add flushDB function for tests purpose
  • Loading branch information
glorens authored Feb 2, 2018
2 parents 9facadd + 4e68184 commit ad6ae19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Blablacar/Redis/Test/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,7 @@ public function srem() {}
public function sunion() {}
public function sunionstore() {}
public function sscan() {}

// Flush
public function flushDb() {}
}

0 comments on commit ad6ae19

Please sign in to comment.