diff --git a/api/src/main/resources/config.yml b/api/src/main/resources/config.yml index 2316092..786efd9 100644 --- a/api/src/main/resources/config.yml +++ b/api/src/main/resources/config.yml @@ -7,10 +7,6 @@ # - 'ValKey' By linux foundation https://valkey.io/download/ # - 'KeyDB' by Snapchat inc https://docs.keydb.dev/docs/download/ -# Driver to be used -# for Redis, KeyDB use "jedis" -# for Valkey use "jackey" -driver: jackey # The 'Redis', 'ValKey', 'KeyDB' server you will use. # these settings are ignored when cluster mode is enabled.