Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/box_once — Russian |
Glossary
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/box_once — Russian |
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
---
- - ['cluster', 'b4e15788-d962-4442-892e-d6c1dd5d13f2']
- ['max_id', 512]
- ['oncebye']
- ['oncehello']
- ['version', 1, 7, 2]
...
tarantool> box.space._schema:delete('oncehello')
---
- ['oncehello']
...
tarantool> box.once('hello', function() end)
---
...
---
- - ['cluster', 'b4e15788-d962-4442-892e-d6c1dd5d13f2']
- ['max_id', 512]
- ['oncebye']
- ['oncehello']
- ['version', 1, 7, 2]
...
tarantool> box.space._schema:delete('oncehello')
---
- ['oncehello']
...
tarantool> box.once('hello', function() end)
---
...