Why Redis 'Zset' means 'Sorted Set'?
When I was studying Redis for my database, I learned that 'Zset' means 'Sorted Set'. What does 'Zset' actually stand for? I couldn't figure out why it also means 'Sorted Set'. It could be simple or too broad question, but…