mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 15:30:19 +00:00
20 lines
547 B
ReStructuredText
20 lines
547 B
ReStructuredText
`|Redis Documentation| <index.html>`_
|
||
**SelectCommand: Contents**
|
||
`SELECT \_index\_ <#SELECT%20_index_>`_
|
||
`Return value <#Return%20value>`_
|
||
SelectCommand
|
||
=============
|
||
|
||
#sidebar `GenericCommandsSidebar <GenericCommandsSidebar.html>`_
|
||
SELECT \_index\_
|
||
================
|
||
|
||
Select the DB with having the specified zero-based numeric
|
||
index.For default every new client connection is automatically
|
||
selectedto DB 0.
|
||
|
||
Return value
|
||
------------
|
||
|
||
`Status code reply <ReplyTypes.html>`_
|
||
.. |Redis Documentation| image:: redis.png |