[inmemory] Initial contribution (#15063)
This is the initial contribution of a new volatile persistence service. It does store values in memory only and can especially be used for forecasts or other data where volatile storage is sufficient. Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -423,6 +423,7 @@
|
||||
<!-- persistence -->
|
||||
<module>org.openhab.persistence.dynamodb</module>
|
||||
<module>org.openhab.persistence.influxdb</module>
|
||||
<module>org.openhab.persistence.inmemory</module>
|
||||
<module>org.openhab.persistence.jdbc</module>
|
||||
<module>org.openhab.persistence.jpa</module>
|
||||
<module>org.openhab.persistence.mapdb</module>
|
||||
|
||||
Reference in New Issue
Block a user