Minor improvements on redis subscription management.

This commit is contained in:
Andrey Antukh 2020-04-28 08:12:04 +02:00 committed by Alonso Torres
parent 8b6f72a09b
commit 9b3879b3cf
2 changed files with 19 additions and 21 deletions

View file

@ -2,7 +2,7 @@
{org.clojure/tools.logging {:mvn/version "0.5.0"}
funcool/promesa {:mvn/version "5.0.0"}
metosin/reitit-core {:mvn/version "0.3.10"}
org.clojure/core.async {:mvn/version "0.7.559"}
org.clojure/core.async {:mvn/version "1.1.587"}
io.vertx/vertx-core {:mvn/version "4.0.0-milestone4"}
io.vertx/vertx-web {:mvn/version "4.0.0-milestone4"}
io.vertx/vertx-web-client {:mvn/version "4.0.0-milestone4"}}