Fix Redis Sentinel configuration check
Improved the Redis Sentinel configuration check in the NewRedisReplicaClient function. Now, it checks if there are any sentinels configured instead of requiring more than one. This provides better support for single sentinel configurations.