Class KeyedZSetElement


  • public class KeyedZSetElement
    extends Tuple
    KeyedZSetElement compatibility stub for Valkey GLIDE wrapper.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyedZSetElement​(java.lang.String key, java.lang.String element, double score)  
    • Constructor Detail

      • KeyedZSetElement

        public KeyedZSetElement​(java.lang.String key,
                                java.lang.String element,
                                double score)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Tuple