Viewing Tyk Gateway data in Redis

Simply connect to the Redis server and do a keys * on the default database, that should show all the entries. by default, Tyk connects to “localhost:6379”, so make sure you are connected there as well.

Then, create a key in Tyk, and you should see an “apikey-****” entry in Redis

2 Likes