<p></p>
<pre><code> 0(30690) CRITICAL: <core> [core/cfg.y:3517]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 433, column 83: Too many arguments
</code></pre>
<p>Kamailio module functions support up to 6 parameters, this is by its current design of config interpreter. If someone wants to extend, has to make a PR.</p>
<p>The rest of error messages are printed because the interpreter tries to parse further to detect more errors.</p>
<p>Also the <code>redis_cmd()</code> is defined with only up to 6 parameters -- it is explicitly written in its docs:</p>
<ul>
<li><a href="https://www.kamailio.org/docs/modules/stable/modules/ndb_redis.html#ndb_redis.f.redis_cmd" rel="nofollow">https://www.kamailio.org/docs/modules/stable/modules/ndb_redis.html#ndb_redis.f.redis_cmd</a></li>
</ul>
<pre><code>Total number of arguments cannot exceed six.
</code></pre>
<p>If you need more parameters, try to use an embedded scripting language like Lua (app_lua) or Python (app_python3), they have their own redis client libraries that you can use.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2457#issuecomment-680667006">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZN6M2Q3AKYQDIQUPADSCSNS5ANCNFSM4QLA6MZQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZNAEPIK5JZRG2INJ5TSCSNS5A5CNFSM4QLA6MZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFCJCO7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2457#issuecomment-680667006",
"url": "https://github.com/kamailio/kamailio/issues/2457#issuecomment-680667006",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>