Skip to content

Instantly share code, notes, and snippets.

View Jens0512's full-sized avatar

Jens L. Nedregård Jens0512

View GitHub Profile

Redis FAQ or: what you learn when idling in #redis

First: this here is the unofficial FAQ, only containing things that come up by users in the IRC channel #redis on Freenode. There's also a more official FAQ. This document is also available on my site.

X is weird in my instance. Can you help?

Maybe. To better help please give the following info:

  • Output of redis-cli INFO
  • Output of redis-cli CONFIG GET '*'
@veelenga
veelenga / best_shards.cr
Last active December 8, 2018 21:57
Top 30 Shards created in 2017
require "http/client"
require "json"
module GithubAPI
API_URL = "https://api.github.com"
class Repo
JSON.mapping(
name: String,
html_url: String,