Please enable JavaScript.
Coggle requires JavaScript to display documents.
Redis, https://www.runoob.com/redis/redis-geo.html - Coggle Diagram
Redis
Key
SCAN
HSCAN
HashScan()
ZSCAN
SortedSetScan()
SSCAN
SetScan()
SCAN
EXPIRE key
sec
EXPIRE key seconds
EXPIRE key timestamp
KeyExpire(TimeSpan)
KeyExpire(DateTime)
Milli sec
PEXPIRE key milliseconds
PEXPIREAT key milliseconds-timestamp
TTL key
sec
TTL key
KeyTimeToLive()
Milli sec
PTTL key
DB
COPY
MIGRATE
KeyMigrate()
DEL key
Sync
KeyDelete()
DUMP key
KeyDump()
EXISTS key
KeyExists()
KeyExists(Keys)
KEYS pattern
IServer.Keys()
RANDOMKEY
KeyRandom()
RENAME key newkey
KeyRename()
TYPE key
KeyType()
String
List
Set
SortedSet
Hash
Stream
UnKnown
Move key
KeyMove()
PERSIST key
KeyPersist()
RESTORE key
KeyRestore()
SORT
[List, Set, Sorted]
Sort()
UNLINK
Async
RENAMENX key newkey
TOUCH
WAIT
pub/sub
PUBLISH
IDatabase
Publish()
SUBSCRIBE
IConnectionMultiplexer
GetSubscriber()
UNSUBSCRIBE
ISubscriber
Unsubscribe()
UnsubscribeAll()
PSUBSCRIBE
PUBSUB
PUNSUBSCRIBE
Base
Hash
List
Set
Sorted Set
String
SET key
StringSet()
GET key
StringGet()
GETRANGE
StringGetRange()
GETSET
StringGetSet()
APPEND key
StringAppend()
BITCOUNT key
StringBitCount()
BITFIELD key
BITOP
AND
StringBitOperation()
OR
XOR
NOT
BITPOS
StringBitPosition()
DECR / INCR
DECRBY key
StringDecrement()
DECR key
INCR key
INCRBY key
StringIncrement()
INCRBYFLOAT key
GETBIT key
StringGetBit()
GETDEL key
GETEX key
MGET key
StringGet(keys)
MSET key value
StringSet(keys)
MSETNX key value
SETEX
sec
SETEX
Milli sec
PSETEX
SETBIT key
StringSetBit()
SETNX key
SETRANGE key
StringSetRange()
STRALGO
STRLEN key
StringLength()
3.2
Geo
5.0
Stream
2.8.9
HyperLogLog
Cluster
https://www.runoob.com/redis/redis-geo.html