Skip to content

Use Redis Ruby client instead of shelling out to redis-cli

Stan Hu requested to merge use-redis-rb-client into master

Previously the post-receive hook fired redis-cli, but if the argument list was too long the hook would silently fail. Instead of shelling out to redis-cli, we use a Ruby client to send the same message.

Closes gitlab-org/gitlab-ce#17329

Merge request reports