Uploaded image for project: 'Bahir'
  1. Bahir
  2. BAHIR-155

Add expire to redis sink

    XMLWordPrintableJSON

Details

    Description

      I have a scenario that im collection some MD and aggregate the result by time .
      for example Each HSET of each window can create different values
      by adding expiry i can guarantee that the key is holding only the current window values

      im thinking to change the the interface signuter

       void hset(String key, String hashField, String value);
       void set(String key, String value);
      //to this 
       void hset(String key, String hashField, String value,int expire);
       void set(String key, String value,int expire);
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              miki haiat miki haiat
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: