Hi All, Is anyone using the Redis desktop on a M...
# docker
f
Hi All, Is anyone using the Redis desktop on a MacBook? Can anyone give the credentials for Redis desktop to view the Redis data?
p
I dont use it, but do the standard credentials from spryker not work? • spryker • secret
w
Make sure to use the right port 16379
f
What will be the host for Redis?
w
localhost / 127.0.0.1
With the port 16379 there is sort of a port forwarding in the default Spryker docker stack
f
Can you suggest any tools for MacBook to view Redis data?
w
https://redis.com/redis-enterprise/redis-insight/ is the best one I've tested so far, especially when it comes to having a lot of data in redis
p
For simple usage just use the one provided by the dev environment. look at spryker.local
w
But with more then the default data from Spryker the redis commander becomes very slow
f
Yes, I tried this(https://redis-commander.spryker.local), which is very slow.
I tried the RedisInsight also, which is not giving any data in that dashboard. Can you please guide me the steps which you followed for RedisInsight?
w
By default DB0 is selected, but Spryker uses DB1.
You can also change the current DB in the top left corner:
f
Okay, let me check that...
I followed your steps, which is working fine... Thanks for your quick replies and support. Much appreciated 👍
🙏 2