Skip to content

Instantly share code, notes, and snippets.

@schadokar
Last active November 7, 2022 06:20
Show Gist options
  • Save schadokar/8644199836943d0a28b7a5b1cd551307 to your computer and use it in GitHub Desktop.
Save schadokar/8644199836943d0a28b7a5b1cd551307 to your computer and use it in GitHub Desktop.
gochatapp glossary list
Data Type Command
Strings SET GET
SET SADD SCARD SISMEMBER
SORTEDSET ZADD ZRANGE
RedisJSON JSON.SET JSON.GET
Redisearch FT.CREATE FT.SEARCH FT._LIST
Hashes (Hashmap) HSET HGET
LIST LPUSH LPOP RPUSH RPOP
Streams XADD XRANGE
Geospatial GEOADD GEOSEARCH
Hyperloglog PFADD PFCOUNT
Bitmaps SETBIT GETBIT
Bitfields BITFIELD
PUB SUB PUBLISH SUBSCRIBE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment