Slidedeck: https://www.slideshare.net/itamarhaber/use-redis-in-odd-and-unusual-ways
- Redis Watch - a periodic newsletter about everything Redis: http://bit.ly/RedisWatch
- Redis homepage: https://redis.io/
- Redis source: https://github.com/antirez/redis
- Antirez (a.k.a Salvatore Sanfilippo) - Redis' creator - blog: http://antirez.com/
- Redis Labs - the home of Redis: https://redislabs.com
- The Redis Manifesto: https://github.com/antirez/redis/blob/unstable/MANIFESTO
- Latency Numbers Every Programmer Should Know: https://gist.github.com/jboner/2841832
- Programming Languages Benchmark: https://attractivechaos.github.io/plb/
- Redis self-documented configuration file: http://download.redis.io/redis-stable/redis.conf
- Using hashes to abstract a very memory efficient plain key-value store on top of Redis: http://redis.io/topics/memory-optimization#using-hashes-to-abstract-a-very-memory-efficient-plain-key-value-store-on-top-of-redis
- bitmapist - "Implements a powerful analytics library using Redis bitmaps" #Python: https://github.com/Doist/bitmapist
- minuteman - "Fast analytics using Redis" #Ryby: https://github.com/elcuervo/minuteman
- bitesized - "Redis bitmap powered analytics" #Go: https://github.com/sent-hil/bitesized
- Geohash Wikipedia article: https://en.wikipedia.org/wiki/Geohash
GEOADD
doc page: http://redis.io/commands/geoadd- HLL Intersections from Neustar Research: http://research.neustar.biz/2012/12/17/hll-intersections-2/
- Counting unique items fast – Better intersections with MinHash (read parts 1 & 2 first): http://dsinpractice.com/2015/09/15/counting-unique-items-fast-better-intersections-with-minhash/
- Redis Keyspace Notifications: http://redis.io/topics/notifications
- Disque - "a distributed message broker": https://github.com/antirez/disque
- Interactive Redis in your browser: http://try.redis.io/
- Redis Labs Enterprise Cluster downloads page: https://redislabs.com/redis-enterprise-downloads
- Redis clients (partial list): http://redis.io/clients