13

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?

canoe
  • 1,273
  • 13
  • 29

1 Answers1

16

The last number is the database number

Sefa
  • 8,865
  • 10
  • 51
  • 82