Fix for internal/redis.TestWatchKey{AlreadyChanged,MassiveParallel}
Closes #111 (closed)
TestWatchKeyAlreadyChanged will return before even entering the pub-sub-loop so no need to start Process at all. This fixes the race in tests.
Also includes cleanup of TestWatchKeyMassiveParallel (so they actually all run...)