Redis 模块命令(Modules Commands)¶
要访问 Redis 模块命令,需要安装支持的 Redis 模块 。如需快速开始使用 Redis 模块,可以尝试使用 Redismod docker 。
Redis 模块命令
- RedisBloom 命令
- RedisGraph 命令
- RedisJSON 命令
JSONCommands
JSONCommands.arrappend()
JSONCommands.arrindex()
JSONCommands.arrinsert()
JSONCommands.arrlen()
JSONCommands.arrpop()
JSONCommands.arrtrim()
JSONCommands.clear()
JSONCommands.debug()
JSONCommands.delete()
JSONCommands.forget()
JSONCommands.get()
JSONCommands.merge()
JSONCommands.mget()
JSONCommands.mset()
JSONCommands.numincrby()
JSONCommands.nummultby()
JSONCommands.objkeys()
JSONCommands.objlen()
JSONCommands.resp()
JSONCommands.set()
JSONCommands.set_file()
JSONCommands.set_path()
JSONCommands.strappend()
JSONCommands.strlen()
JSONCommands.toggle()
JSONCommands.type()
- RediSearch 命令
SearchCommands
SearchCommands.add_document()
SearchCommands.add_document_hash()
SearchCommands.aggregate()
SearchCommands.aliasadd()
SearchCommands.aliasdel()
SearchCommands.aliasupdate()
SearchCommands.alter_schema_add()
SearchCommands.batch_indexer()
SearchCommands.config_get()
SearchCommands.config_set()
SearchCommands.create_index()
SearchCommands.delete_document()
SearchCommands.dict_add()
SearchCommands.dict_del()
SearchCommands.dict_dump()
SearchCommands.dropindex()
SearchCommands.explain()
SearchCommands.get()
SearchCommands.info()
SearchCommands.load_document()
SearchCommands.profile()
SearchCommands.search()
SearchCommands.spellcheck()
SearchCommands.sugadd()
SearchCommands.sugdel()
SearchCommands.sugget()
SearchCommands.suglen()
SearchCommands.syndump()
SearchCommands.synupdate()
SearchCommands.tagvals()
- RedisTimeSeries 命令
TimeSeriesCommands
TimeSeriesCommands.add()
TimeSeriesCommands.alter()
TimeSeriesCommands.create()
TimeSeriesCommands.createrule()
TimeSeriesCommands.decrby()
TimeSeriesCommands.delete()
TimeSeriesCommands.deleterule()
TimeSeriesCommands.get()
TimeSeriesCommands.incrby()
TimeSeriesCommands.info()
TimeSeriesCommands.madd()
TimeSeriesCommands.mget()
TimeSeriesCommands.mrange()
TimeSeriesCommands.mrevrange()
TimeSeriesCommands.queryindex()
TimeSeriesCommands.range()
TimeSeriesCommands.revrange()