Releases: snehalyelmati/redis-go-cli
Releases · snehalyelmati/redis-go-cli
Release Version 1.2.2
Release Version 1.2.1
Release Version 1.2.0
What's Changed
- Delete keys in cluster implementation bugfix by @snehalyelmati in #2
- Use cryptographically secure random number generation to initialize math/rand by @snehalyelmati in #4
- Dev by @snehalyelmati in #5
Full Changelog: v1.1.0...v1.2.0
Release Version 1.1.0
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
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