Use an URI: RedisURI.create("redis://localhost/");; Use the Builder RedisURI.Builder.redis("localhost", 6379).auth("password").database(1).build ...
確定! 回上一頁