redis-cli help.h updated. Script to generate it updated as well.

This commit is contained in:
antirez
2012-04-03 15:29:47 +02:00
parent e3fd3ccd72
commit 3c413d59c8
2 changed files with 236 additions and 149 deletions

View File

@ -10,7 +10,8 @@ GROUPS = [
"pubsub",
"transactions",
"connection",
"server"
"server",
"scripting"
].freeze
GROUPS_BY_NAME = Hash[*
@ -48,7 +49,7 @@ def commands
require "json"
require "uri"
url = URI.parse "https://github.com/antirez/redis-doc/raw/master/commands.json"
url = URI.parse "https://raw.github.com/antirez/redis-doc/master/commands.json"
client = Net::HTTP.new url.host, url.port
client.use_ssl = true
response = client.get url.path