Does psubscribe work with hmset?

I am new to redis and have a question about psubscribe. Does psubscribe work with any update in database? For example, if I have a client that psubscribe any change in a db, does the client get notification (i.e., pmesssage) if an entry is added/modified with hmset? Thanks.

Yes it works with any update to Redis