redis.StrictRedis(host='localhost', port=6379, db=0,decode_responses=True)
                  
                  
                  db.sadd("num",1,1,1)
                  
                  
                  
                  
                  
                  sadd command add one [1] in nums
                  
                  
                  but i want add duplicate values in sadd command does  its possible or no??
                  
                  
                  and exist a command like this for do my work?
                  
                  
                
you don't need the encoding magic comment in python3
Обсуждают сегодня