In this session, we will analyze pseudocode of Raft Consensus Algorithm, so that we will understand what happens in leader, follower, and candidate at a specific time. This extra session is for having a strong understanding before writing our own in memory database with Raft consensus included