目录先介绍一下Redis的pub/sub功能: Pub/Sub功能(means Publish, Subscribe)即发布及订阅功能。基于事件的系统中,Pub/Sub是目前广泛使用的通信模型,它采用事件作为基本的通信机制,提供大规模系统所要求的松散耦
I have created an application that con开发者_如何转开发tains a list field(custom) If a certain condition is satisfied Iwant rowheight to be 100, else it should be 50