Skip to content

Instantly share code, notes, and snippets.

@hellojinjie
Created July 11, 2013 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellojinjie/5972873 to your computer and use it in GitHub Desktop.
Save hellojinjie/5972873 to your computer and use it in GitHub Desktop.
请问这是 column store吗?
$ redis-cli incr next.news.id
(integer) 1
$ redis-cli set news:1:title "Redis is simple"
OK
$ redis-cli set news:1:url "http://code.google.com/p/redis"
OK
$ redis-cli lpush submitted.news 1
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment