浏览代码

Se actualiza funciones de la interface

Maximiliano Schvindt 6 年之前
父节点
当前提交
a73973b402
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Services/CollectorInterface.php

+ 6 - 0
Services/CollectorInterface.php

@@ -11,5 +11,11 @@ interface CollectorInterface
     public function set($key, $data);
     
     public function setString($key, $data);
+
+    public function hset($key, $field, $data);
+    
+    public function hget($key, $field);
+    
+    public function hgetall($key);
     
 }