docs/content/stable/yedis/api/role.md
YEDIS only has master role as far as Redis compatibility is concerned.
ROLE
This command provides information of a Redis instance, such as its role, its state of replication, its followers, or its master. Roles are either "master", "follower", or "sentinel".
Information of a master instance may include the following.
Information of a follower instance may include the following.
Information of a sentinel instance may include the following.
Returns an array of values.
$ ROLE
1) "master"
2) 0
3) 1) 1) "127.0.0.1"
2) "9200"
3) "0"
2) 1) "127.0.0.1"
2) "9201"
3) "0"