Releases: Harrison88/redtrio
Releases · Harrison88/redtrio
v0.6.3
What’s Changed
- Update version number (#25) @Harrison88
0.6.2
What’s Changed
- Updates (#24) @Harrison88
v0.6.1
What’s Changed
- Implement SPOP (#23) @Harrison88
v0.6.0
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
What’s Changed
- Midlevel client: implement DECRBY, GETBIT, GETRANGE, and GETSET (#17) @Harrison88
0.5.2
What’s Changed
- Implemented BITPOS command.
- Implemented DECR command.
0.5.1
What’s Changed
- Implement the BITOP command.
0.5.0
What’s Changed
- Create a Midlevel Client (#14) @Harrison88
Currently implements the hash commands, as well as APPEND, GET, and SET.
0.4.0
What’s Changed
- Support for Push callbacks (#13) @Harrison88
0.3.2
What’s Changed
- Remove RESP3 protocol implementation. Instead, use the respy3 project (which was split off from here).