_run
98044d6faa
File support for states
...
File support. Now states can be saved in pickle file
2021-10-13 18:34:36 +05:00
_run
2e4280a947
Update of state handlers
...
No need to create state handlers
2021-10-01 15:56:54 +05:00
_run
6e502cd1c6
Merge branch 'master' into master
2021-09-25 23:29:50 +05:00
Badiboy
b35f17124f
States minor update
2021-09-25 21:15:24 +03:00
_run
44b44ac2c5
Optimization
2021-09-25 23:05:36 +05:00
_run
39e875c1ea
Update handler_backends.py
2021-09-25 22:49:32 +05:00
_run
967b94b14f
Update handler_backends.py
2021-09-25 20:27:03 +05:00
_run
2df6f00ba5
Optimization
...
Optimized code, added filters support
2021-09-25 18:22:54 +05:00
_run
92ac5a4166
States, and some minor improvements
2021-09-25 17:12:32 +05:00
Taras
6b0484b9db
Modify RedisHandlerBackend, add argument "password=None" to __init__()
...
With argument "password=None" in method __init__(), and argument "password" in "self.redis = Redis(host, port, db, password)", will be able to use Redis with password protection, if password is set .
2021-01-05 13:06:14 +02:00
Badiboy
cdd48c7aed
Empty list optimization, Py2 arteacts removed,
...
Empty list optimization: None instead of [].
Py2 arteacts removed: no more six moudle used.
2020-08-24 16:02:35 +03:00
bedilbek
24deb8a51d
Change class from new-style class to object class
2020-04-28 00:34:52 +05:00
bedilbek
601b570b85
Fix python2.7 compatibility for class inheritance
2020-04-28 00:22:05 +05:00
bedilbek
3aec66bc0d
Remove class static variable
2020-04-15 01:11:43 +05:00
bedilbek
003c5db37f
Add filename checking
2020-04-15 01:11:43 +05:00
bedilbek
286188f380
Add Step/Reply Handler Backend Mechanism
...
Implement Memory, File, Redis Backends
2020-04-15 01:11:43 +05:00