Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I use database db0 How to delete a database db1, db2, db3 ... ?
redis-cli
then
AUTH <password>
(If you have AUTH enabled)
select <db>
flushdb
@ApfelUser Thank you, it works.
T
@baris Those are already updated on my side. So the developers need to bring out updates, right?
Thank you - no more errors/warnings.
@kinchtwck You should specify http:// or https:// in the url property.
pretty sure there's no process
Well, you can use lsof -i tcp:4567 to check for sure
@Absam-Sibsam you saved me bro, worked perfectly!
Try connecting manually. Use the mongo client and see what that does using the creds that you are attempting to use.
@Fastidious hehe I did feel like I was using a sledgehammer to crack a nut at the time.