在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):dantswain/redis-matlab开源软件地址(OpenSource Url):https://github.com/dantswain/redis-matlab开源编程语言(OpenSource Language):MATLAB 100.0%开源软件介绍(OpenSource Introduction):redis-matlabA Redis client for Matlab, written in pure Matlab. Dan Swain, [email protected], 11/2012. This client works by establishing a TCP connection to the specified Redis server and using the Redis protocol. This client is written in pure Matlab to provide the most portability with the least dependencies. Because it is written purely in Matlab, it may not be as fast as a Matlab wrapper around, for example, a C or Java client. As far as I know, no such client exists. StatusSo far, only a few commands work ( Basic usageAll simple values are assumed to be strings unless otherwise specified. It's up to you to create/parse the strings. Make a redis connection:
PING to check the connection:
SET the value of a key:
GET the value for a key:
HSET the value of a hash field:
HGET the value of a hash field:
Disconnect the client:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论