[Groonga-commit] droonga/droonga-client-ruby at fa7f385 [master] Add method to send an envelope without receiver

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 24 18:34:10 JST 2013


YUKI Hiroshi	2013-10-24 18:34:10 +0900 (Thu, 24 Oct 2013)

  New Revision: fa7f3853e5e5ff5ba50677e1d75172c138302093
  https://github.com/droonga/droonga-client-ruby/commit/fa7f3853e5e5ff5ba50677e1d75172c138302093

  Message:
    Add method to send an envelope without receiver

  Modified files:
    lib/droonga/client/connection/droonga_protocol.rb

  Modified: lib/droonga/client/connection/droonga_protocol.rb (+4 -0)
===================================================================
--- lib/droonga/client/connection/droonga_protocol.rb    2013-10-24 18:29:59 +0900 (27b91c8)
+++ lib/droonga/client/connection/droonga_protocol.rb    2013-10-24 18:34:10 +0900 (03c3c11)
@@ -43,6 +43,10 @@ module Droonga
           send_receive(envelope)
         end
 
+        def send(envelope)
+          @logger.post("message", envelope)
+        end
+
         def send_receive(envelope)
           receiver = Receiver.new
           begin
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index