Skip to content

Releases: byron-dupreez/rcc-ioredis-mock-adapter

Release 1.0.12

22 Jun 12:00
Compare
Choose a tag to compare
  • Updated dependencies

Release 1.0.11

25 Apr 17:23
Compare
Choose a tag to compare
  • Updated rcc-core dependency

Release 1.0.10

27 Mar 08:24
Compare
Choose a tag to compare
  • Fix to register replacement for missing end function upfront

Release 1.0.9

27 Mar 08:04
Compare
Choose a tag to compare
  • Refactored code to deal with the fact that the mocked ioredis functions are installed on EACH RedisMock instance and NOT on their prototype object by instead recording module-level client function actions and applying these actions on each client during creation

Release 1.0.8

26 Mar 19:34
Compare
Choose a tag to compare
  • Refactored code to attempt to deal with the fact that the mocked ioredis functions are installed on EACH RedisMock instance and NOT on their prototype object

Release 1.0.7

26 Mar 08:37
Compare
Choose a tag to compare
  • Moved all fixing of RedisClient functions and adaptation of the RedisClient prototype to happen at module load time
    in order to fix sequencing bugs where promise-returning "Async" functions installed later by redis-client-cache
    were NOT seeing the fixed end function

Release 1.0.4

22 Mar 14:31
Compare
Choose a tag to compare
  • Added unit tests to verify ping function works as expected

Release 1.0.3

22 Mar 06:01
Compare
Choose a tag to compare
  • Replaced getDefaultHost function with defaultHost property
  • Replaced getDefaultPort function with defaultPort property

Release 1.0.2

21 Mar 20:28
Compare
Choose a tag to compare
  • Added .npmignore
  • Renamed release_notes.md to CHANGES.md
  • Updated dependencies

Release 1.0.1

20 Mar 12:09
Compare
Choose a tag to compare
  • Added better mocked support for getOptions and resolveHostAndPort