Skip to content

Commit 063b5be

Browse files
author
Ruben Bridgewater
committed
Rebuild commands with the newest unstable build
1 parent 1197dea commit 063b5be

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v.1.2.0 - xx Apr, 2016
2+
3+
Features
4+
5+
- Rebuild the commands with the newest unstable release
6+
17
## v.1.1.0 - 09 Feb, 2016
28

39
Features

commands.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
"keyStop": 1,
6161
"step": 1
6262
},
63+
"bitfield": {
64+
"arity": -2,
65+
"flags": [
66+
"write",
67+
"denyoom"
68+
],
69+
"keyStart": 1,
70+
"keyStop": 1,
71+
"step": 1
72+
},
6373
"bitop": {
6474
"arity": -4,
6575
"flags": [
@@ -351,7 +361,7 @@
351361
"georadius": {
352362
"arity": -6,
353363
"flags": [
354-
"readonly"
364+
"write"
355365
],
356366
"keyStart": 1,
357367
"keyStop": 1,
@@ -360,7 +370,7 @@
360370
"georadiusbymember": {
361371
"arity": -5,
362372
"flags": [
363-
"readonly"
373+
"write"
364374
],
365375
"keyStart": 1,
366376
"keyStop": 1,
@@ -745,11 +755,12 @@
745755
"migrate": {
746756
"arity": -6,
747757
"flags": [
748-
"write"
758+
"write",
759+
"movablekeys"
749760
],
750-
"keyStart": 3,
751-
"keyStop": 3,
752-
"step": 1
761+
"keyStart": 0,
762+
"keyStop": 0,
763+
"step": 0
753764
},
754765
"monitor": {
755766
"arity": 1,

0 commit comments

Comments
 (0)