Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Harrison88/redtrio

v0.6.3

23 Jun 18:12
b5da682

Choose a tag to compare

What’s Changed

0.6.2

23 Jun 18:05
360fc33

Choose a tag to compare

What’s Changed

v0.6.1

22 Dec 20:53
04afb5c

Choose a tag to compare

What’s Changed

v0.6.0

22 Dec 17:02
c09c0a4

Choose a tag to compare

What’s Changed

  • Tested against Redis 6.2-rc
  • Implement various set commands
  • Add "--without-hashes" to install_with_constraints (#19) @Harrison88
  • Implement INCR, INCRBY, and INCRBYFLOAT (#18) @Harrison88

0.5.3

21 Sep 22:52
c5a78ce

Choose a tag to compare

What’s Changed

  • Midlevel client: implement DECRBY, GETBIT, GETRANGE, and GETSET (#17) @Harrison88

0.5.2

15 Sep 15:39

Choose a tag to compare

What’s Changed

  • Implemented BITPOS command.
  • Implemented DECR command.

0.5.1

15 Sep 03:35

Choose a tag to compare

What’s Changed

  • Implement the BITOP command.

0.5.0

10 Sep 22:16

Choose a tag to compare

What’s Changed

  • Create a Midlevel Client (#14) @Harrison88
    Currently implements the hash commands, as well as APPEND, GET, and SET.

0.4.0

01 Sep 03:14

Choose a tag to compare

What’s Changed

0.3.2

21 Aug 20:25

Choose a tag to compare

What’s Changed

  • Remove RESP3 protocol implementation. Instead, use the respy3 project (which was split off from here).