redis3.0 Redis.clients.jedis.exceptions.JedisDataException:WRONGTYPE Operation against a key Holdin

Source: Internet
Author: User
Tags redis
Synchronizing Redis Data Updates students learn the current collection and number of teacher topics
         Long addresultspecials=redisdao.getjediscluster (). Zadd (Rediskey.rela_ userfamous_specialzset+ ":" +studentid+ ":" +teacherid,system.currenttimemillis ()/1000,string.valueof (SpecialId));
        Redisdao.getjediscluster (). Incrby (rediskey.rela_userfamous_specialnum+ ": +studentid+": "+teacherId, Addresultspecials);

Abnormal:

Redis.clients.jedis.exceptions.JedisDataException:WRONGTYPE Operation against a key holding the wrong kind of value

Reason: A method that does not belong to a key storage type is used. A key is stored in set you use Zadd to operate set without this method so throw this exception redis if the key does not exist when it is added to a node, it will find all nodes. If key already exists, it must update the key regardless of the node.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.