Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 334 Bytes

File metadata and controls

12 lines (7 loc) · 334 Bytes

Publish Subscribe

  • Redis is also a Pub-Sub server

Example

  • Much like a topic subscription
  • Keyspace notifications allows clients to subscribe to Pub/Sub channels and receive events affecting the Redis data set in some way

My Image