Skip to content

Instantly share code, notes, and snippets.

@pjambet
Last active November 17, 2020 20:29
Show Gist options
  • Save pjambet/893b13a19766d7cdc4b0abef77aa8a32 to your computer and use it in GitHub Desktop.
Save pjambet/893b13a19766d7cdc4b0abef77aa8a32 to your computer and use it in GitHub Desktop.
String commands, without bit stuff
  • APPEND
  • DECR
  • DECRBY
  • GET
  • GETRANGE
  • GETSET
  • INCR
  • INCRBY
  • INCRBYFLOAT
  • MGET
  • MSET
  • MSETNX
  • PSETEX
  • SET
  • SETEX
  • SETNX
  • SETRANGE
  • STRALGO
  • STRLEN

Bitmap stuff

  • BITCOUNT
  • BITFIELD
  • BITOP
  • BITPOS
  • GETBIT
  • SETBIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment