dice icon indicating copy to clipboard operation
dice copied to clipboard

docs: audit and make documentation for command SELECT

Open bagmeg opened this issue 1 year ago • 2 comments

This Pull Request fixes #812

Changes

  • add Syntax section
  • make Parameters section to table
  • make Return Value section to table
  • fix 127.0.0.1:6379 to 127.0.0.1:7379

bagmeg avatar Oct 09 '24 07:10 bagmeg

As of today, we do not support multiple databases inside DiceDB. Therefore SELECT is only present as a placeholder. You can add a note at the top that the SELECT method is a dummy method (which does not have any effect on the database) since DiceDB does not support multiple DBs.

JyotinderSingh avatar Oct 10 '24 18:10 JyotinderSingh

As of today, we do not support multiple databases inside DiceDB. Therefore SELECT is only present as a placeholder. You can add a note at the top that the SELECT method is a dummy method (which does not have any effect on the database) since DiceDB does not support multiple DBs.

thanks for the comment, added notes to SELECT command to indicate that is now a dummy command.

bagmeg avatar Oct 11 '24 15:10 bagmeg