Skip to content

Instantly share code, notes, and snippets.

@pjambet
Created October 22, 2020 03:39
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 pjambet/9a8615ec3e14381b161693dc90d26cb6 to your computer and use it in GitHub Desktop.
Save pjambet/9a8615ec3e14381b161693dc90d26cb6 to your computer and use it in GitHub Desktop.
BE vs LE for lex ordering see https://redis.io/commands/zrangebylex
irb(main):138:0> [256].pack('S') > [15].pack('S')
=> false
irb(main):139:0> [256].pack('S>') > [15].pack('S>')
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment