TL;DR
- Improvement: Simplified Redis connection setup by removing mandatory authentication fields
Improvement
Simplified Redis Connection Setup (#60) Redis connections no longer require username and password fields during setup. The authentication parameters (--user and -a) have been removed from the default configuration, making it faster to connect to Redis instances that don’t use authentication.
What changed:
- Removed mandatory
USERandPASSWORDfields from Redis connection form - Simplified
redis-clicommand to only require host, port, and database number - Faster setup for development and local Redis instances
Less friction, faster connections.