mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
redis stream sample code in the sandbox
parent
85ee74d29e
commit
6fd62538fd
|
@ -1,5 +1,19 @@
|
|||
# Release Notes
|
||||
|
||||
## 0.18.0 - UNRELEASED
|
||||
|
||||
> This is a description of what is sitting in the stage branch that hasn't
|
||||
> been released yet.
|
||||
|
||||
### Read Property Redis Sample
|
||||
|
||||
In the sandbox there is a sample application that reads a list of points and
|
||||
saves them in a [Redis](https://redis.io/) key-value store and also publishes
|
||||
the value to a [Redis Stream](https://redis.io/topics/streams-intro). This
|
||||
sample application has a JSON file for settings.
|
||||
|
||||
Redis streams are an excellent alternative to [Apache Kafka](https://kafka.apache.org/).
|
||||
|
||||
## 0.17.7
|
||||
|
||||
There is a new way of handling strange topology problems, a `settings` module
|
||||
|
|
Loading…
Reference in New Issue
Block a user