Add Varnish in OnPrem inmemory

pull/680/head
kris 3 years ago committed by lkristianl
parent eaf3e98304
commit d2377a5ed8

@ -24,4 +24,8 @@ class Redis(_Inmemory):
_icon = "redis.png" _icon = "redis.png"
class Varnish(_Inmemory):
_icon = "varnish.png"
# Aliases # Aliases

@ -138,6 +138,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.inmemory.Hazelcast** - **diagrams.onprem.inmemory.Hazelcast**
- **diagrams.onprem.inmemory.Memcached** - **diagrams.onprem.inmemory.Memcached**
- **diagrams.onprem.inmemory.Redis** - **diagrams.onprem.inmemory.Redis**
- **diagrams.onprem.inmemory.Varnish**
## onprem.logging ## onprem.logging

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Loading…
Cancel
Save