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
This snippet shows how .pop doesn't persist changes to disk. You can replace line 3 with .push, .shift, .unshift, or db['test'] << 4 and watch them fail as well.
This snippet shows how .pop doesn't persist changes to disk. You can replace line 3 with
.push
,.shift
,.unshift
, ordb['test'] << 4
and watch them fail as well.The text was updated successfully, but these errors were encountered: