medisapp / medisapp.github.io

The official website of Medis
MIT License
5 stars 1 forks source link

Live-updating or debug mode #11

Open luin opened 2 years ago

luin commented 2 years ago

As a developer, it's convenient to have a live-updating feature or debug mode so Medis will subscribe to all changes made to the current database and reflect them in a real-time manner.

In terms of implementation, we should be able to take advantage of https://redis.io/docs/manual/keyspace-notifications/.