Skip to content

Releases: liaoliaots/nestjs-redis

v2.1.0

06 Jul 06:39
Compare
Choose a tag to compare

What's Changed

New

  • add packages check for redis, cluster

Documentation

  • update examples
  • other updates

Dependency Updates

  • bump @types/node from 15.12.5 to 16.0.0
  • bump eslint from 7.29.0 to 7.30.0
  • bump husky from 6.0.0 to 7.0.0
  • bump typescript from 4.3.4 to 4.3.5

v2.0.1

30 Jun 09:32
Compare
Choose a tag to compare

What's Changed

New

  • add extra ping fot cluster health check

Documentation

  • add keywords
  • add cluster examples
  • fix typo

v2.0.0

30 Jun 03:27
81e44af
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

cluster

  • the startupNodes option was renamed to nodes
  • the clusterOptions option was renamed to options
  • the ClusterPingCheckOptions option was renamed to ClusterHealthCheckOptions
  • the pingCheck method of health check was renamed to isHealthy
  • remove timeout option from ClusterHealthCheckOptions
  • the InjectClusterClient decorator was renamed to InjectCluster

redis

  • the RedisPingCheckOptions option was renamed to RedisHealthCheckOptions
  • the pingCheck method of health check was renamed to isHealthy
  • remove timeout option from RedisHealthCheckOptions
  • the InjectRedisClient decorator was renamed to InjectRedis

Documentation

  • complete redis and cluster
  • add examples
  • update test coverage
  • update badge

Dependency Updates

  • bump @types/node from 15.12.4 to 15.12.5
  • bump prettier from 2.3.1 to 2.3.2
  • bump jest from 27.0.5 to 27.0.6
  • bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1
  • bump @typescript-eslint/parser from 4.28.0 to 4.28.1

v1.3.0

24 Jun 10:23
Compare
Choose a tag to compare

What's Changed

New

  • Support cluster and health check (#23)

Documentation

  • Update test coverage badges
  • Update dependency graph

v1.2.0

20 Jun 12:33
Compare
Choose a tag to compare

🎉🎉🎉 First release