Class: StructuredData

SgtApi.entity. StructuredData

new StructuredData()

自定义数据结构
Source:

Members

id :number

主键
Type:
  • number
Source:

key :null

\ redis的key值
Type:
  • null
Source:

name :null

名称
Type:
  • null
Source:

type :null

类型
Type:
  • null
Source:

TYPE_OF_LIST :null

表示值为list的数据结构
Type:
  • null
Source:

TYPE_OF_MAP :null

表示职位map键值对的数据结构
Type:
  • null
Source:

TYPE_OF_SET :null

表示值为set的数据结构
Type:
  • null
Source:

TYPE_OF_VALUE :null

表示值为value的数据结构
Type:
  • null
Source:

TYPE_OF_ZSET :null

表示值为zset的数据结构
Type:
  • null
Source: