You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiocache/backends/memcached.py", line 44, in _set
return await self.client.set(key, value, exptime=ttl or 0)
File "/usr/local/lib/python3.9/site-packages/aiomcache/client.py", line 42, in wrapper
return await func(self, conn, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/aiomcache/client.py", line 338, in set
return await self._storage_command(conn, b"set", key, value, exptime)
File "/usr/local/lib/python3.9/site-packages/aiomcache/client.py", line 302, in _storage_command
raise ValidationException('exptime not int', exptime)
aiomcache.exceptions.ValidationException: exptime not int: 3.0
The text was updated successfully, but these errors were encountered:
Hello.
When using memcached, specifying TTL in set_config results in an error.
Thanks.
aiocache 0.12.0
Python 3.9.7
The text was updated successfully, but these errors were encountered: