Skip to content

Commit d358e58

Browse files
committed
Merge pull request #50 from yiijan/docs-ja-1224
docs/guide-ja/usage-commands.md updated [ci skip]
2 parents b19fdb9 + 36711fd commit d358e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide-ja/usage-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $result = $redis->executeCommand('hmset', ['test_collection', 'key1', 'val1', 'k
1818
サポートされているコマンドのそれぞれに対してショートカットが利用できますので、上記の代りに次のようにすることも出来ます。
1919

2020
```php
21-
$result = $redis->hmset(['test_collection', 'key1', 'val1', 'key2', 'val2']);
21+
$result = $redis->hmset('test_collection', 'key1', 'val1', 'key2', 'val2');
2222
```
2323

2424
利用できるコマンドとそのパラメータについては、[http://redis.io/commands](http://redis.io/commands) のリストを参照してください。

0 commit comments

Comments
 (0)