justinhj's profile picture

Functional[Justin]

Principal Software Engineer. Streaming data at scale. Generative AI. Functional Programming. Neovim. Emacs.

  • All Posts
  • Popular Posts
  • YouTube Channel
  • Speaking Events
  • Privacy

Posts about 'Redis'

  • Nov 19, 2018

    Eredis - An updated Emacs Redis API

    In July 2011 I released an emacs lisp client for the Redis in-memory data structure store. You can install either from the Melpa package or just clone from Github. The...

    emacs functional-programming redis emacs-lisp
  • Jul 30, 2011

    eredis update

    I've been busy on my emacs redis client eredis and it now supports the entire API. It still needs a bit more polish but it should be a workable Redis...

    emacs redis eredis emacs-lisp
  • Jul 25, 2011

    eredis: a Redis client in emacs lisp

    I set up a google code project today for eredis. A Redis client in emacs lisp. The program consists of a single emacs lisp file eredis.el emacs lisp includes facilities...

    emacs redis