Skip to content

Commit

Permalink
Add tairzset module information and update tairhash/tairstring stars.…
Browse files Browse the repository at this point in the history
… (#1688)
  • Loading branch information
chenyang8094 authored Nov 22, 2021
1 parent 006d6ca commit b5ac4e2
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,21 +191,31 @@
"name": "TairHash",
"license": "Apache-2.0",
"repository": "https://github.com/alibaba/TairHash",
"description": "A redis module, similar to redis hash, and you can set expire and version for the field",
"description": "A redis module, similar to redis hash, but you can set expiration and version for field",
"authors": [
"Alibaba"
],
"stars": 37
"stars": 105
},
{
"name": "TairString",
"license": "Apache-2.0",
"repository": "https://github.com/alibaba/TairString",
"description": "A redis module, similar to redis string, and support CAS/CAD operations",
"description": "A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad",
"authors": [
"Alibaba"
],
"stars": 28
"stars": 65
},
{
"name": "TairZset",
"license": "Apache-2.0",
"repository": "https://github.com/alibaba/TairZset",
"description": "A redis module, similar to redis zset, but you can set multiple scores for each member to support multi-dimensional sorting",
"authors": [
"Alibaba"
],
"stars": 18
},
{
"name": "lqrm",
Expand Down

0 comments on commit b5ac4e2

Please sign in to comment.