You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redi...@googlegroups.com
Hey there, I installed redis and wanted to start it in cluster mode but the redis-trib.rb is missing from my /src directory. (I installed ruby and gem, although both are in a very different directory from the redis /src dir). Any suggestions on how to get this redis-trib.rb file?
Jan-Erik Rediger
unread,
Feb 10, 2014, 4:46:10 PM2/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redi...@googlegroups.com
Redis does not yet ship with the cluster implementation and needed
tools. These are only available in the git repo for now (with an
upcoming beta release soon)
As I said, you need the git version of redis anyway and the repo you
posted is a fork of redis with a built-in v8 engine. Also it's pretty
old (last commit: 3 month ago). A lot has changed both in the
redis-cluster implementation as well as in redis-trib.rb
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redi...@googlegroups.com
Thanks! I did get the official file now (my redis version was from the redis.io site).
aka
unread,
Feb 18, 2014, 4:12:03 PM2/18/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redi...@googlegroups.com
So in case some other newbie checks out the post:
In order to run redis in cluster mode, you need to install the "unstable" redis version that is, at the time of this typing, on github but not on the redis website. The redis-trib.rb file is including with this version (2.9.*). For clustering, this is the version you want. You also need to have ruby installed (I'm not sure you need ruby gems but I had installed it before).