Skip to content

Releases: snehalyelmati/redis-go-cli

Release Version 1.2.2

20 Aug 17:17
16d349f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

Release Version 1.2.1

30 Jul 15:33
3d59cae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

Release Version 1.2.0

30 Jul 15:29
008bddc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Release Version 1.1.0

10 Jul 16:41
Compare
Choose a tag to compare

What's Changed

  • Functionality added: configWithPattern - Prints the config which matches the specified pattern.
  • Updated binaries for Windows, Linux and OSX.

Release Version 1.0.0

09 Jul 19:38
Compare
Choose a tag to compare

Features:

  • data: Prints all the existing data on Redis.
  • config: Prints all the current Redis config.
  • testReadWrite: Tests the Redis connection by setting and deleting sample data based on the -count flag.
  • insertSampleData: Inserts sample data into Redis based on the -count flag.
  • deleteAllData: Deletes all existing data in the Redis instance.

Full Changelog: https://github.com/snehalyelmati/redis-go-cli/commits/v1.0.0