OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
205 stars 49 forks source link

Redis issue #27

Closed ilpyoung closed 2 years ago

ilpyoung commented 2 years ago

Hi

Currently, when using redis, the message "Failed to delete the empty rooms from DB: wrong number of arguments for 'del' command keeps popping up. Also videoroom is not created in redis

Just show januscloud:backend_servers:~

Is something wrong?

jamken commented 2 years ago

please provide which API you invokes and the whole return content, thanks

jamken commented 2 years ago

and which redis server version and which redis module(python) you used?

jamken commented 2 years ago

I have test this case and found the reason of that. This is a little mistaken. I will fix it later