File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ Your cache backend should look something like this::
4141 'BACKEND': 'django_elastipymemcache.backend.ElastiPymemcache',
4242 'LOCATION': '[configuration endpoint]:11211',
4343 'OPTIONS': {
44- 'cluster_timeout': 1, # its used when get cluster info
4544 'ignore_exc': True, # pymemcache Client params
4645 'ignore_cluster_errors': True, # ignore get cluster info error
4746 }
Original file line number Diff line number Diff line change 1- VERSION = (2 , 0 , 0 )
1+ VERSION = (2 , 0 , 1 )
22__version__ = '.' .join (map (str , VERSION ))
Original file line number Diff line number Diff line change 3535 packages = find_packages (exclude = ('tests' ,)),
3636 include_package_data = True ,
3737 install_requires = [
38- 'pymemcache' ,
38+ 'django- pymemcache>=1.0 ' ,
3939 'Django>=2.2' ,
4040 ],
4141)
You can’t perform that action at this time.
0 commit comments