Welcome to the video series on Redis - An In-Memory NoSQL Databses. In this video I've talked about Redis data type called SET . Redis SET is an unordered collection of elements and in set you can add, remove or search the existence of an item in constant time i.e. with O(1) complexity








