Skip to content

Releases: IBM-Cloud/redli

v0.5.2

15 Jun 17:19
Compare
Choose a tag to compare

Changelog

d0cba29 Add comment to clarify regex
b55e11c Increase backwards compability for usernames

v0.5.1

05 Jun 10:43
388c9d6
Compare
Choose a tag to compare

Changelog

a2c9a64 Default has to be empty to be backwards compatible

v0.5.0

05 Jun 07:54
Compare
Choose a tag to compare

Changelog

d05ae4e Add support for redis acl
71826a0 Update Commands go
4bee1ef Updated dependencies to latest versions
b21db12 Use master branch for redigo. ACL now supported.

v0.4.5

20 May 17:38
Compare
Choose a tag to compare

Changelog

b1936ec Add installation instructions to README.md
75098c2 Add release badge
bb7a750 Add version flag simplified
8d6adcd Adding monitor support

v0.4.4

10 Jun 07:19
e3b6bb3
Compare
Choose a tag to compare

Changelog

1c1ab09 Add vscode repo to gitignore
3157bd1 Added filtering and go module support to gorelease config
f005f6a Fix password encoding in connection url
39fb4ae Switch to gomodules

v0.4.3

04 Oct 12:59
Compare
Choose a tag to compare

Changelog

f77d2da OBO error fixed in eval

v0.4.2

04 Oct 12:03
b3cadfa
Compare
Choose a tag to compare

Changelog

b3cadfa Merge pull request #7 from IBM-Cloud/fixevalforzero
6396565 Remove debug
a783732 Fix handling on 0 keys and coercion

v0.4.1

04 Oct 08:51
Compare
Choose a tag to compare

Changelog

abedf83 Improved EVAL description and readme
da8e1d8 Merge pull request #6 from calebboyd/master
7cb2811 Merge pull request #1 from aa7955/add-ibm-copyright
4a97bab feat: add skipverify option
71aafb8 removed copyright from commands.go
31cd06d added the IBM copyright statement to the code files

v0.4.0

03 Oct 18:08
edc1fe8
Compare
Choose a tag to compare

Changelog

edc1fe8 Merge pull request #5 from IBM-Cloud/evalextra
e10ccd8 First support for basic --eval as per redis-cli
99ac2be Fix for code paths in formatting

v0.3.0

21 Aug 15:51
db51836
Compare
Choose a tag to compare

Redli 0.3.0

This release has seen the addition of redis-cli like type tagging in interactive mode, support for a raw mode (without type tagging) and automatic raw mode when outputting to a file or other non-tty entity.

Changelog

db51836 Merge pull request #4 from IBM-Cloud/compliancefixes
6edefba New raw handling and output typing
6cd6c54 Output rework to comply with redis-cli, --raw support
f661978 Merge pull request #3 from IBM-Cloud/longfix
b957b8f Fix for #2
eedbac3 Fixed markdown lint in CONTRIBUTING
d142cbc Added .DS_Store to gitignore