CLUSTER MYID
          
        
        
        
        
        
        
        Syntax
        CLUSTER MYID
- Available since:
- Redis Open Source 3.0.0
- Time complexity:
- O(1)
- ACL categories:
- 
              
                @slow,
Returns the node's id.
The CLUSTER MYID command returns the unique, auto-generated identifier that is associated with the connected cluster node.
Return information
        Bulk string reply: the node ID.