shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

documentation for `select` #138

Open karenetheridge opened 2 years ago

karenetheridge commented 2 years ago

I see that the way to change between database indexes is with $client->select(<number>) -- could you please document this?

Also, is there a way to select the database index at connection time, or does it have to be done after connecting with select?

thanks!