Skip to content

Releases: atlas-aero/rt-embedded-redis

0.8.0

20 Dec 09:57
Compare
Choose a tag to compare

Changes

Full Changelog: 0.7.3...0.8.0

0.7.3

10 Feb 16:52
Compare
Choose a tag to compare

Changes:

0.7.2

10 Feb 09:51
Compare
Choose a tag to compare

Changes:

0.7.1

09 Feb 22:52
Compare
Choose a tag to compare

Changes

  • Added Debug trait + test constructor to HashResponse

0.7.0

08 Feb 13:21
Compare
Choose a tag to compare

Features:

  • Added abstraction for HGET (s. #10)
  • Added abstraction for HGETALL (s. #11)
  • Added abstraction for HSET (s. #9)

Changes:

0.6.0

04 Jul 11:29
Compare
Choose a tag to compare

Features:

  • Added background save command (#7) (s. docs)

0.5.0

09 Feb 16:24
Compare
Choose a tag to compare

Features:

  • Optional memory limit parameter for DOS protection (s. #6)

0.4.1

31 Jan 16:43
436937b
Compare
Choose a tag to compare

Changes:

  • Updated dependencies for solving nom deprecation warning (s. #5)

0.4.0

10 Nov 18:59
Compare
Choose a tag to compare

Features

  • Subscription support #4 (s. docs)
  • Improved memory allocation #3 (s. docs)

0.3.2

21 May 14:05
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Fixes:

  • Fixed potential panic when trying to reuse disconnected socket for ping