We recently added map support to Demory open source in-memory distributed database, now it is time for list! You will be able to store list data structures inside Demory to add/remove items, even make a search on top of list. Skip List algorithm will help us to do that in an efficient way, and we will see a real demo of it in the session.