08:24:08 GMT Hello guys! I'm new to redis and i'm wondering for the right solution. I have some data different each other, talking in SQL i've got a lot of table. I'm trying to understand how I can subdivide this data in redis and what is the best way 08:24:10 GMT Thank you 09:43:40 GMT Hello. I'd be super grateful if someone could answer a basic question I have. Say I want to associate metadata ("tags") with a "news article" added using SET. Should I add a new set per article to contain the tags? e.g. SADD article:id:tags 'politics' 10:03:18 GMT Hello. I have another simple question. If I maintain a set to define membership for "articles" say in "tag" groups. If I delete an article, is it up to me to manually cleanup references in sets to the deleted article? 20:56:52 GMT so i have a question about creating my first cluster. if i have 3 machines and want to set them up in a cluster i would have sentinel running on all 3 of them and choose one of them as the starting master… what do my clients connect to though? 20:58:06 GMT as in, i assume the master but what happens if a new master is elected? only thought i had was start 3 master processes and 3 slave processes on teh box and then just load balancing in front of the 3 masters, but as the docs say… if one of the boxes goes down in that setup then it cant quorum. so i am a bit confused 21:25:06 GMT ebalsumgo: sentinel and cluster are different things, you can't use them together