Domanda

A redis url may look like this:

redis://redis.example.com:7372/12

It is the schema part: 'redis://',
hostname: redis.example.com
port: 7372

What does the number '12' mean at the last part?

È stato utile?

Soluzione

The last number is the database number

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top